Problem psle
User CapK1wi
Submission Time 2026-04-11 20:57:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:7:5: error: expected ‘(’ before ‘s’
7 | if s > 91 {
| ^
| (
psle.cpp:10:2: error: ‘else’ without a previous ‘if’
10 | else if s <= 90 and s >= 75 {
| ^~~~
psle.cpp:10:10: error: expected ‘(’ before ‘s’
10 | else if s <= 90 and s >= 75 {
| ^
| (
psle.cpp:13:2: error: ‘else’ without a previous ‘if’
13 | else if s <= 75 and s >= 60 {
| ^~~~
psle.cpp:13:10: error: expected ‘(’ before ‘s’
13 | else if s <= 75 and s >= 60 {
| ^
| (
psle.cpp:16:3: error: ‘else’ without a previous ‘if’
16 | else if s <= 59 and s >= 50 {
| ^~~~
psle.cpp:16:11: error: expected ‘(’ before ‘s’
16 | else if s <= 59 and s >= 50 {
| ^
| (
psle.cpp:19:2: error: ‘else’ without a previous ‘if’