Problem | psle |
---|---|
User | WuYanni |
Submission Time | 2024-06-24 14:47:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:8:4: error: ‘else’ without a previous ‘if’
8 | } else if (74<s<91)
| ^~~~
psle.cpp:10:3: error: ‘else’ without a previous ‘if’
10 | } else if (59<s<75)
| ^~~~
psle.cpp:12:3: error: ‘else’ without a previous ‘if’
12 | } else if(49<s<61)
| ^~~~
psle.cpp:14:3: error: ‘else’ without a previous ‘if’
14 | } else if(34<s<50)
| ^~~~
psle.cpp:16:3: error: ‘else’ without a previous ‘if’
16 | } else if(20<s<51)
| ^~~~
psle.cpp:18:3: error: ‘else’ without a previous ‘if’
18 | } else(s<20)
| ^~~~
psle.cpp:18:13: error: expected ‘;’ before ‘cout’
18 | } else(s<20)
| ^
| ;
19 | cout<<"U";
| ~~~~
psle.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
psle.cpp:3:12: note: to match this ‘{’