#include<stdio.h> int main() { int a; while(scanf("%d",&a)!=EOF)//多次输入 { for(int n=0;n<a;n++) { &n...