Problem psle
User P55D2K
Submission Time 2023-01-11 17:09:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin >> s;
| ^~~
psle.cpp:7:9: error: ‘cout’ was not declared in this scope
7 | cout << "A*";
| ^~~~
psle.cpp:10:9: error: ‘cout’ was not declared in this scope
10 | cout << "A";
| ^~~~
psle.cpp:13:9: error: ‘cout’ was not declared in this scope
13 | cout << "B";
| ^~~~
psle.cpp:16:9: error: ‘cout’ was not declared in this scope
16 | cout << "C";
| ^~~~
psle.cpp:19:9: error: ‘cout’ was not declared in this scope
19 | cout << "D";
| ^~~~
psle.cpp:22:9: error: ‘cout’ was not declared in this scope
22 | cout << "E";
| ^~~~
psle.cpp:25:9: error: ‘cout’ was not declared in this scope
25 | cout << "U";