| Problem | psle |
|---|---|
| User | om2024 |
| Submission Time | 2024-06-20 10:12:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:8:2: error: expected ‘}’ before ‘else’
8 | else if (score >= 75 && score <= 90) {
| ^~~~
psle.cpp:6:19: note: to match this ‘{’
6 | if (score >= 91) {
| ^