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_39255313_20572.cpp: In function 'int main()':
0_0_39255313_20572.cpp:5:35: error: 'in' was not declared in this scope; did you mean 'int'?
    5 | using namespace std; int main() { in tn; 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<<endl; break; } } } }
      |                                   ^~
      |                                   int
0_0_39255313_20572.cpp:5:47: error: 'n' was not declared in this scope
    5 | using namespace std; int main() { in tn; 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<<endl; break; } } } }
      |                                               ^
0_0_39255313_20572.cpp:5:106: error: expected initializer before '==' token
    5 | using namespace std; int main() { in tn; 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<<endl; break; } } } }
      |                                                                                                          ^~
0_0_39255313_20572.cpp:5:122: error: 'ch' was not declared in this scope
    5 | using namespace std; int main() { in tn; 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<<endl; break; } } } }
      |                                                                                                                          ^~
0_0_39255313_20572.cpp:5:249: error: 'ch' was not declared in this scope
    5 | using namespace std; int main() { in tn; 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<<endl; break; } } } }
      |                                                                                                                                                                                                                                                         ^~


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:31:24, Gzip enabled