bystartw_tw@tg says to YSITD
void F () { int X[10] = {0}; for (int i=0; i<10; i=i+1) { scanf("%d", &X[(i+2)%10]); } } 通常不都是 (&X + (i+2)%10) ㄇ