Problem | psle |
---|---|
User | Orson |
Submission Time | 2025-08-24 12:48:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:17:32: error: expected ‘;’ before ‘}’ token
17 | cout << "A";}else{cout << "A*"}
| ^
| ;
psle.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
psle.cpp:14:7: note: to match this ‘{’
14 | }else{if (a<75){
| ^
psle.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
psle.cpp:12:7: note: to match this ‘{’
12 | }else{if (a<60){
| ^
psle.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
psle.cpp:10:7: note: to match this ‘{’
10 | }else{if (a<50){
| ^
psle.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
psle.cpp:8:7: note: to match this ‘{’
8 | }else{if (a<35){
| ^
psle.cpp:19:1: error: expected ‘}’ at end of input
19 | }