#includemain(){ int a; scanf("%d",&a); for(int i=0;;i++) break; printf("%d\n",a);}
while((scanf("%d",&n))==1){ }
不知所云