Problem psle
User bsayshello
Submission Time 2024-01-29 16:44:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp:8:12: error: expected unqualified-id before ‘if’
8 | long long if (s > 91){
| ^~
psle.cpp:10:5: error: expected unqualified-id before ‘else’
10 | } else if (75 <= s >= 90){
| ^~~~
psle.cpp:12:5: error: expected unqualified-id before ‘else’
12 | } else if (60 <= s >= 74){
| ^~~~
psle.cpp:14:5: error: expected unqualified-id before ‘else’
14 | } else if (50 <= s >= 59){
| ^~~~
psle.cpp:16:5: error: expected unqualified-id before ‘else’
16 | } else if (35 <= s >= 49){
| ^~~~
psle.cpp:18:6: error: expected unqualified-id before ‘else’
18 | } else if (20 <= s >= 34){
| ^~~~
psle.cpp:20:5: error: expected unqualified-id before ‘else’
20 | } else if ( s <= 20){
| ^~~~