| ||||||||||
| 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:求助啊!Presentation Error!下面是带文件输出的!帮忙看看吧!ths!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: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator