| Problem | psle |
|---|---|
| User | NatureKillz2012 |
| Submission Time | 2025-11-12 11:26:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:8:10: error: expected ‘(’ before ‘{’ token
8 | }else if{ (a > 74);
| ^
| (
psle.cpp:10:3: error: ‘else’ without a previous ‘if’
10 | }else if{ (a > 59);
| ^~~~
psle.cpp:10:10: error: expected ‘(’ before ‘{’ token
10 | }else if{ (a > 59);
| ^
| (
psle.cpp:12:3: error: ‘else’ without a previous ‘if’
12 | }else if{ (a > 49);
| ^~~~
psle.cpp:12:10: error: expected ‘(’ before ‘{’ token
12 | }else if{ (a > 49);
| ^
| (
psle.cpp:14:3: error: ‘else’ without a previous ‘if’
14 | }else if{ (a > 34);
| ^~~~
psle.cpp:14:10: error: expected ‘(’ before ‘{’ token
14 | }else if{ (a > 34);
| ^
| (
psle.cpp:16:3: error: ‘else’ without a previous ‘if’
16 | }else if{ (a > 19);