Problem psle
User totallykaiyuan
Submission Time 2026-03-10 14:13:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:7:24: error: ‘A’ was not declared in this scope
7 | if (a >= 91) {cout << A*;}
| ^
psle.cpp:7:26: error: expected primary-expression before ‘;’ token
7 | if (a >= 91) {cout << A*;}
| ^
psle.cpp:8:29: error: ‘A’ was not declared in this scope
8 | else if (a >= 75) {cout << A;}
| ^
psle.cpp:9:29: error: ‘B’ was not declared in this scope
9 | else if (a >= 60) {cout << B;}
| ^
psle.cpp:10:29: error: ‘C’ was not declared in this scope
10 | else if (a >= 50) {cout << C;}
| ^
psle.cpp:11:29: error: ‘D’ was not declared in this scope
11 | else if (a >= 35) {cout << D;}
| ^
psle.cpp:12:29: error: ‘E’ was not declared in