F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_39255360_791.cpp:3:288: error: stray '\243' in program
    3 | using namespace std; int main (){ int n; cin>>n; getchar (); while (n--){ stack<char>s; while (1){ char ch=getchar (); if (ch !=' '&&ch !='\n'&&ch !=EOF) s.push (ch); else{ while (!s.empty ()){ cout<<s.top (); s.pop (); } if (ch==' ') cout<<' '; if (ch=='\n'||ch==EOF){ cout<<'\n'; break<a3><bb> } } } } return 0; }
      |                                                                                                                                                                                                                                                                                                ^~~~
0_0_39255360_791.cpp:3:289: error: stray '\273' in program
    3 | using namespace std; int main (){ int n; cin>>n; getchar (); while (n--){ stack<char>s; while (1){ char ch=getchar (); if (ch !=' '&&ch !='\n'&&ch !=EOF) s.push (ch); else{ while (!s.empty ()){ cout<<s.top (); s.pop (); } if (ch==' ') cout<<' '; if (ch=='\n'||ch==EOF){ cout<<'\n'; break<a3><bb> } } } } return 0; }
      |                                                                                                                                                                                                                                                                                                    ^~~~
0_0_39255360_791.cpp: In function 'int main()':
0_0_39255360_791.cpp:3:288: error: expected ';' before '}' token
    3 | using namespace std; int main (){ int n; cin>>n; getchar (); while (n--){ stack<char>s; while (1){ char ch=getchar (); if (ch !=' '&&ch !='\n'&&ch !=EOF) s.push (ch); else{ while (!s.empty ()){ cout<<s.top (); s.pop (); } if (ch==' ') cout<<' '; if (ch=='\n'||ch==EOF){ cout<<'\n'; break£» } } } } return 0; }
      |                                                                                                                                                                                                                                                                                                ^  ~
      |                                                                                                                                                                                                                                                                                                ;


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-12-04 04:32:34, Gzip enabled