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_37656967_9527.cpp:3:1: error: 'stack' does not name a type
 stack <char> a;
 ^
0_0_37656967_9527.cpp: In function 'void reverse(int)':
0_0_37656967_9527.cpp:8:10: error: 'a' was not declared in this scope
   while(!a.empty()){
          ^
0_0_37656967_9527.cpp:9:4: error: 'cout' was not declared in this scope
    cout << a.top();
    ^
0_0_37656967_9527.cpp:12:3: error: 'cout' was not declared in this scope
   cout << ' ';
   ^
0_0_37656967_9527.cpp:15:2: error: 'a' was not declared in this scope
  a.push(ch[j]);
  ^
0_0_37656967_9527.cpp:17:8: error: 'a' was not declared in this scope
 while(!a.empty()){
        ^
0_0_37656967_9527.cpp:18:4: error: 'cout' was not declared in this scope
    cout << a.top();
    ^
0_0_37656967_9527.cpp:21:3: error: 'cout' was not declared in this scope
   cout << endl;
   ^
0_0_37656967_9527.cpp:21:11: error: 'endl' was not declared in this scope
   cout << endl;
           ^
0_0_37656967_9527.cpp: In function 'int main()':
0_0_37656967_9527.cpp:25:2: error: 'cin' was not declared in this scope
  cin >> n;
  ^
0_0_37656967_9527.cpp:29:22: error: 'strlen' was not declared in this scope
   int len = strlen(ch);
                      ^


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-11-01 18:25:48, Gzip enabled