Problem psle
User NoobDev22
Submission Time 2024-03-01 14:57:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:9:15: error: expected ‘;’ before ‘else’
9 | cout << 'A*'
| ^
| ;
10 | else if (n >= 75 && n <= 90){
| ~~~~
psle.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
psle.cpp:8:14: note: to match this ‘{’
8 | if (n >= 91){
| ^
psle.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
psle.cpp:5:1: note: to match this ‘{’
5 | {
| ^