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