Problem psle
User Adflhjk
Submission Time 2024-11-07 10:21:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int32_t main()’:
psle.cpp:16:9: error: expected initializer before ‘>>’ token
16 | cin >> s;
| ^~
psle.cpp:18:17: error: ‘A’ was not declared in this scope
18 | cout << A*;
| ^
psle.cpp:18:19: error: expected primary-expression before ‘;’ token
18 | cout << A*;
| ^
psle.cpp:21:16: error: ‘A’ was not declared in this scope
21 | cout <<A;
| ^
psle.cpp:24:16: error: ‘B’ was not declared in this scope
24 | cout <<B;
| ^
psle.cpp:27:16: error: ‘C’ was not declared in this scope
27 | cout <<C;
| ^
psle.cpp:30:16: error: ‘D’ was not declared in this scope
30 | cout <<D;
| ^
psle.cpp:33:16: error: ‘E’ was not declared in this scope
33 |