Problem psle
User NatureKillz2012
Submission Time 2025-11-12 11:22:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:5:10: error: expected ‘;’ before ‘if’
5 | cin >> a
| ^
| ;
6 | if (a > 90){
| ~~
psle.cpp:8:3: error: ‘else’ without a previous ‘if’
8 | }else if (a > 74){
| ^~~~
psle.cpp:9:11: error: ‘A’ was not declared in this scope
9 | cout << A
| ^
psle.cpp:11:11: error: ‘B’ was not declared in this scope
11 | cout << B
| ^
psle.cpp:13:11: error: ‘C’ was not declared in this scope
13 | cout << C
| ^
psle.cpp:15:11: error: ‘D’ was not declared in this scope
15 | cout << D
| ^
psle.cpp:17:11: error: ‘E’ was not declared in this scope
17 | cout << E
| ^
psle.cpp:18:15: error: expected ‘;’ before ‘{’ token
18 | }else (a > 0){
| ^