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

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:12:2: error: ‘else’ without a previous ‘if’
12 | else if (a + b + c <= 100);
| ^~~~
ippt.cpp:15:2: error: ‘else’ without a previous ‘if’
15 | else if (a + b + c >= 75);
| ^~~~
ippt.cpp:17:2: error: ‘else’ without a previous ‘if’
17 | else if (a + b + c >= 61);
| ^~~~
ippt.cpp:19:2: error: ‘else’ without a previous ‘if’
19 | else
| ^~~~