int main() { int newposition, shiftSteps; int numbers[10], numberscopy[10]; for (int i = 0; i < 10; i++) cin >> numbers[i]; for (int i