| Problem | psle |
|---|---|
| User | Anonymous35V |
| Submission Time | 2023-11-08 15:29:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:8:14: error: expected ‘;’ before ‘if’
8 | cin >> grade
| ^
| ;
9 | if (score >= 91) {
| ~~
psle.cpp:12:2: error: ‘else’ without a previous ‘if’
12 | else if (score >= 75) {
| ^~~~