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_38404367_11616.cpp: In function 'int main()':
0_0_38404367_11616.cpp:4:11: error: 'cin' was not declared in this scope
     while(cin>>s) {
           ^
0_0_38404367_11616.cpp:5:29: error: 'strcmp' was not declared in this scope
         if (strcmp(s, "<br>") == 0) {
                             ^
0_0_38404367_11616.cpp:6:13: error: 'cout' was not declared in this scope
             cout << endl;
             ^
0_0_38404367_11616.cpp:6:21: error: 'endl' was not declared in this scope
             cout << endl;
                     ^
0_0_38404367_11616.cpp:11:17: error: 'cout' was not declared in this scope
                 cout << endl;
                 ^
0_0_38404367_11616.cpp:11:25: error: 'endl' was not declared in this scope
                 cout << endl;
                         ^
0_0_38404367_11616.cpp:15:17: error: 'cout' was not declared in this scope
                 cout << "-";
                 ^
0_0_38404367_11616.cpp:18:13: error: 'cout' was not declared in this scope
             cout << endl;
             ^
0_0_38404367_11616.cpp:18:21: error: 'endl' was not declared in this scope
             cout << endl;
                     ^
0_0_38404367_11616.cpp:21:31: error: 'strlen' was not declared in this scope
             int len = strlen(s);
                               ^
0_0_38404367_11616.cpp:24:17: error: 'cout' was not declared in this scope
                 cout << endl << s;
                 ^
0_0_38404367_11616.cpp:24:25: error: 'endl' was not declared in this scope
                 cout << endl << s;
                         ^
0_0_38404367_11616.cpp:27:32: error: 'cout' was not declared in this scope
                 if (cnt > len) cout << " ";
                                ^
0_0_38404367_11616.cpp:28:17: error: 'cout' was not declared in this scope
                 cout << s;
                 ^
0_0_38404367_11616.cpp:33:9: error: 'cout' was not declared in this scope
         cout<<endl;
         ^
0_0_38404367_11616.cpp:33:15: error: 'endl' was not declared in this scope
         cout<<endl;
               ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001000(s) query 1, Server time : 2025-01-10 05:09:34, Gzip enabled