Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
这样In Reply To:对,不是这样的 Posted by:hawk at 2004-03-01 14:03:11 int init() { int num; if(scanf("%d",&num)==EOF) return 0; coef[9]=num; for(int i=8;i>=1;i--) scanf("%d",&coef[i]); return 1; } int main() { while (init()) { ..... } return 0; } Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator