0_0_28043674_16232.cpp:1:2: error: invalid preprocessing directive #incldue
#incldue <iostream>
^
0_0_28043674_16232.cpp: In function 'int main()':
0_0_28043674_16232.cpp:12:5: error: 'string' was not declared in this scope
string s;
^
0_0_28043674_16232.cpp:13:11: error: 'cin' was not declared in this scope
while(cin >> s){
^
0_0_28043674_16232.cpp:13:18: error: 's' was not declared in this scope
while(cin >> s){
^
0_0_28043674_16232.cpp:17:6: error: 'cout' was not declared in this scope
cout << s[0] << ' ' << s[1] << ' ' << s[2] << endl;
^
0_0_28043674_16232.cpp:17:52: error: 'endl' was not declared in this scope
cout << s[0] << ' ' << s[1] << ' ' << s[2] << endl;
^
|