Problem psle
User Migogoh10
Submission Time 2026-02-23 15:44:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:8:7: error: expected ‘;’ before string constant
8 | cout "U";
| ^~~~
| ;
psle.cpp:10:7: error: expected ‘;’ before string constant
10 | cout "E";
| ^~~~
| ;
psle.cpp:12:7: error: expected ‘;’ before string constant
12 | cout "D";
| ^~~~
| ;
psle.cpp:14:7: error: expected ‘;’ before string constant
14 | cout "C";
| ^~~~
| ;
psle.cpp:16:7: error: expected ‘;’ before string constant
16 | cout "B";
| ^~~~
| ;
psle.cpp:18:7: error: expected ‘;’ before string constant
18 | cout "A";
| ^~~~
| ;
psle.cpp:20:7: error: expected ‘;’ before string constant
20 | cout "A*";
| ^~~~~
| ;