Problem psle
User minyin
Submission Time 2023-02-27 16:05:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:9:13: error: ‘A’ was not declared in this scope
9 | cout << A*;
| ^
psle.cpp:9:15: error: expected primary-expression before ‘;’ token
9 | cout << A*;
| ^
psle.cpp:13:13: error: ‘A’ was not declared in this scope
13 | cout << A;
| ^
psle.cpp:17:13: error: ‘B’ was not declared in this scope
17 | cout << B;
| ^
psle.cpp:21:13: error: ‘C’ was not declared in this scope
21 | cout << C;
| ^
psle.cpp:25:13: error: ‘D’ was not declared in this scope
25 | cout << D;
| ^
psle.cpp:29:13: error: ‘E’ was not declared in this scope
29 | cout << E;
| ^
psle.cpp:33:13: error: ‘U’ was not declared in this scope
33 | cout << U;
| ^