| Problem | psle |
|---|---|
| User | CapK1wi |
| Submission Time | 2026-04-11 21:03:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:7:5: error: expected ‘(’ before ‘s’
7 | if s > 90 {
| ^
| (
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 <= 74 and s >= 60 {
| ^~~~
psle.cpp:13:10: error: expected ‘(’ before ‘s’
13 | else if s <= 74 and s >= 60 {
| ^
| (
psle.cpp:16:2: error: ‘else’ without a previous ‘if’
16 | else if s <= 59 and s >= 50 {
| ^~~~
psle.cpp:16:10: error: expected ‘(’ before ‘s’
16 | else if s <= 59 and s >= 50 {
| ^
| (
psle.cpp:19:2: error: ‘else’ without a previous ‘if’
19 |