Problem ippt
User Reality1001
Submission Time 2024-01-31 11:58:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:10:2: error: ‘else’ without a previous ‘if’
10 | else if (a + b + c <= 100)
| ^~~~
ippt.cpp:11:2: error: expected primary-expression before ‘else’
11 | else if (a + b + c >= 85)
| ^~~~