Problem | ippt |
---|---|
User | KCL |
Submission Time | 2025-07-16 11:09:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:11:2: error: expected ‘}’ before ‘else’
11 | else if (total >= 61 && total <=74) {
| ^~~~
ippt.cpp:9:33: note: to match this ‘{’
9 | if (total >= 0 && total <= 60) {
| ^
ippt.cpp:13:2: error: expected ‘}’ before ‘else’
13 | else if (total >= 75 && total <= 84) {
| ^~~~
ippt.cpp:11:38: note: to match this ‘{’
11 | else if (total >= 61 && total <=74) {
| ^
ippt.cpp:15:2: error: expected ‘}’ before ‘else’
15 | else if (total >= 85) {
| ^~~~
ippt.cpp:13:39: note: to match this ‘{’
13 | else if (total >= 75 && total <= 84) {
| ^