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;
^
|