Problem psle
User Hytoh
Submission Time 2023-01-18 20:45:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:5:5: error: ‘cin’ was not declared in this scope
5 | cin >> m;
| ^~~
psle.cpp:12:9: error: ‘cout’ was not declared in this scope
12 | cout << "U";
| ^~~~
psle.cpp:16:10: error: ‘cout’ was not declared in this scope
16 | cout << "E";
| ^~~~
psle.cpp:21:9: error: ‘cout’ was not declared in this scope
21 | cout << "D" ;
| ^~~~
psle.cpp:25:9: error: ‘cout’ was not declared in this scope
25 | cout << "C";
| ^~~~
psle.cpp:29:10: error: ‘cout’ was not declared in this scope
29 | cout << "B";
| ^~~~
psle.cpp:34:9: error: ‘cout’ was not declared in this scope
34 | cout << "A" ;
| ^~~~
psle.cpp:39:9: error: ‘cout’ was not declared in this scope
39 | cout <<