| Problem | psle |
|---|---|
| User | CapK1wi |
| Submission Time | 2026-04-11 20:57:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:4:14: error: ‘s’ was not declared in this scope
4 | std::cin >> s;
| ^
psle.cpp:5:5: error: expected ‘(’ before ‘s’
5 | if s > 91 {
| ^
| (
psle.cpp:8:2: error: ‘else’ without a previous ‘if’
8 | else if s <= 90 and s >= 75 {
| ^~~~
psle.cpp:8:10: error: expected ‘(’ before ‘s’
8 | else if s <= 90 and s >= 75 {
| ^
| (
psle.cpp:11:2: error: ‘else’ without a previous ‘if’
11 | else if s <= 75 and s >= 60 {
| ^~~~
psle.cpp:11:10: error: expected ‘(’ before ‘s’
11 | else if s <= 75 and s >= 60 {
| ^
| (
psle.cpp:14:3: error: ‘else’ without a previous ‘if’
14 | else if s <= 59 and s >= 50 {
| ^~~~
psle.cpp:14:11: error: expected ‘(’ before ‘s’
14 | else if s <= 59 and s &