Problem psle
User n
Submission Time 2024-02-19 18:25:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:6:5: error: ‘x’ was not declared in this scope
6 | if (x >= 91){
| ^
psle.cpp:7:10: error: ‘A’ was not declared in this scope
7 | cout << A*;}
| ^
psle.cpp:7:12: error: expected primary-expression before ‘;’ token
7 | cout << A*;}
| ^
psle.cpp:9:10: error: ‘A’ was not declared in this scope
9 | cout << A;}
| ^
psle.cpp:11:10: error: ‘B’ was not declared in this scope
11 | cout << B;}
| ^
psle.cpp:13:10: error: ‘C’ was not declared in this scope
13 | cout << C;}
| ^
psle.cpp:15:10: error: ‘D’ was not declared in this scope
15 | cout << D;}
| ^
psle.cpp:17:10: error: ‘E’ was not declared in this scope
17 | cout << E;}
| ^
psle.cpp:19:10: error: ‘U’ was not declared in this sco