Problem psle
User PaxyPanda
Submission Time 2023-11-12 12:54:15
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 "A*";
| ^~~~~
| ;
psle.cpp:11:7: error: expected ‘;’ before string constant
11 | cout "A";
| ^~~~
| ;
psle.cpp:14:7: error: expected ‘;’ before string constant
14 | cout "B";
| ^~~~
| ;
psle.cpp:17:7: error: expected ‘;’ before string constant
17 | cout "C";
| ^~~~
| ;
psle.cpp:20:7: error: expected ‘;’ before string constant
20 | cout "D";
| ^~~~
| ;
psle.cpp:23:7: error: expected ‘;’ before string constant
23 | cout "E";
| ^~~~
| ;
psle.cpp:26:7: error: expected ‘;’ before string constant
26 | cout "U";
| ^~~~
| ;
psle.cpp:28:1: error: expected ‘}’ at end of input
28 | }
| ^
psle.