| ||||||||||
| 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 | |||||||||
WA在千万别写成下面的形式int a, b, c, d, e, f;
while(scanf(...) == 6 && (a+b+c+d+e+f) ) {}
而是
int a, b, c, d, e, f;
while(scanf(...) == 6 && (a||b||c||d||e||f) ) {}
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator