Problem 1001 怎么获取数据呢?

zhong015 | 2015-05-21 11:28:42Author
这样? int alltext[20004]; int dd=0; scanf("%d",&dd); long i=0,ss=0; while (dd!='\0') { alltext[i]=dd; i++; scanf("%d",&dd); }