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

Re:求助啊!Presentation Error!下面是带文件输出的!帮忙看看吧!ths!

Posted by faononl at 2004-03-06 10:20:21 on Problem 1102
In Reply To:求助啊!Presentation Error!下面是带文件输出的!帮忙看看吧!ths! Posted by:jacksongze at 2004-03-06 03:02:51
> 
> int main() {
> 	int size;
> 	char digit[11];
> 	cin >> size >> digit;
> 	while(size != 0 || digit[0] != '0') {
> 		display(size, digit);
> 		cin >> size >> digit;
      --------------------------------->加一个cout<< endl ; ^_^
> 	}
> 	return 0;
> }

> 
> 

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