Problem psle
User AliLam
Submission Time 2025-06-19 09:01:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:27:12: error: ‘E’ was not declared in this scope
27 | if (A>=E && A<=34) {
| ^
psle.cpp:28:20: error: expected ‘;’ before ‘}’ token
28 | cout << "E"
| ^
| ;
29 | }
| ~
psle.cpp:31:20: error: expected ‘;’ before ‘}’ token
31 | cout << "U"
| ^
| ;
32 | }
| ~