#include<stdio.h> int main() { int a; while (scanf("%d", &a) != EOF); return 0; }
[此贴子已经被作者于2017-11-21 23:55编辑过]