Problem psle
User Um
Submission Time 2023-04-28 19:13:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp:4:1: error: expected unqualified-id before ‘if’
4 | if (score>=91){
| ^~
psle.cpp:7:1: error: expected unqualified-id before ‘if’
7 | if (score<=90){
| ^~
psle.cpp:10:1: error: expected unqualified-id before ‘if’
10 | if (score<=74){
| ^~
psle.cpp:13:1: error: expected unqualified-id before ‘if’
13 | if (score<=59){
| ^~
psle.cpp:16:1: error: expected unqualified-id before ‘if’
16 | if (score<=49){
| ^~
psle.cpp:19:1: error: expected unqualified-id before ‘if’
19 | if (score<=34){
| ^~
psle.cpp:22:1: error: expected unqualified-id before ‘else’
22 | else
| ^~~~