Problem psle
User claireau
Submission Time 2023-11-08 15:26:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:7:31: error: ‘A’ was not declared in this scope
7 | if (91 <= x <= 100) {cout << A*;}
| ^
psle.cpp:7:33: error: expected primary-expression before ‘;’ token
7 | if (91 <= x <= 100) {cout << A*;}
| ^
psle.cpp:8:36: error: ‘A’ was not declared in this scope
8 | else if (75 <= x <= 90) {cout << A;}
| ^
psle.cpp:9:37: error: ‘B’ was not declared in this scope
9 | else if (60 <= x <= 74) {cout << B;}
| ^
psle.cpp:10:38: error: ‘C’ was not declared in this scope
10 | else if (50 <= x <= 59) {cout << C;}
| ^
psle.cpp:11:39: error: ‘D’ was not declared in this scope
11 | else if (35 <= x <= 49) {cout