| ||||||||||
| 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 | |||||||||
Re:这样In Reply To:这样 Posted by:hz02ruc at 2004-03-01 15:43:56 > 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