| ||||||||||
| 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:Re:糟糕,贴错了,上面的不算,呵呵,这边的太恶心了,贴了就改不了 Posted by:ljl08 at 2007-08-01 22:14:02 > printf("%d\n",m);
> if(strcmp(city,"#")==0)
> break;
> else continue;
这个错了,改成:
> if(strcmp(city,"#")==0)
> break;
> printf("%d\n",m);
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator