Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

k可以等于0的~~~

Posted by liulibo133 at 2007-10-30 11:43:05 on Problem 2249
In Reply To:Orz这个输出居然还要区分 Posted by:qingshenlwy at 2007-10-30 11:17:36
> 
> WA:
> 
> while(cin>>n>>k && n && k)
> {}
> 
> 
> AC:
> 
> while(1)
> {
> cin>>n>>k;
> if(n && k)
> }
> 

Followed by:

Post your reply here:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator