#include int main() { int i = 0; //カウンタ用 int a = 0; //値の保管用 int N; // N個の整数 int X; // Xの値 int Y; // Yの値 scanf("%d",&N); //N 個の正整数 for(i=0;i