#include int main(){ int size; scanf("%d", &size); int middle = (size - 1) / 2; int array[size]; for(int i=0; i