| ||||||||||
| 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:这样为什么还是wa?In Reply To:这样为什么还是wa? Posted by:TN at 2005-01-16 14:25:17 while not eoln do
begin
inc(n1);
read (a1[n1]);
if a1[n1]=' ' then begin dec(n1);break;end;
end;
这错了
应该是while (tc<>' ')and(tc<>#9)and(tc<>#10)and(tc<>#13) do
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator