Problem | ippt |
---|---|
User | Reality1001 |
Submission Time | 2024-01-31 11:59:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:9:2: error: ‘else’ without a previous ‘if’
9 | else if (a + b + c <= 100)
| ^~~~
ippt.cpp:10:2: error: expected primary-expression before ‘else’
10 | else if (a + b + c >= 85)
| ^~~~