Problem psle
User fueh
Submission Time 2024-02-21 20:36:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:4:4: error: ‘cout’ was not declared in this scope
4 | cout << "A*";
| ^~~~
psle.cpp:6:4: error: ‘cout’ was not declared in this scope
6 | cout << "A";
| ^~~~
psle.cpp:8:4: error: ‘cout’ was not declared in this scope
8 | cout << "B";
| ^~~~
psle.cpp:10:5: error: ‘cout’ was not declared in this scope
10 | cout << "C";
| ^~~~
psle.cpp:12:4: error: ‘cout’ was not declared in this scope
12 | cout << "D";
| ^~~~
psle.cpp:14:5: error: ‘cout’ was not declared in this scope
14 | cout << "E";
| ^~~~
psle.cpp:16:4: error: ‘cout’ was not declared in this scope
16 | cout << "U";
| ^~~~