#include #include #include int main(void){ // カップの個数 int *judgment[3] = {0,0,0}; // 初めに〇がついてるカップの位置 int loc = 0; scanf("%d",&loc); printf("%d",loc); }