Problem ippt
User gamer1234e
Submission Time 2026-04-01 17:21:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:14:4: error: ‘else’ without a previous ‘if’
14 | else if (d<=60) {
| ^~~~
ippt.cpp: At global scope:
ippt.cpp:17:7: error: expected unqualified-id before ‘else’
17 | } else if (d <75) {
| ^~~~
ippt.cpp:19:7: error: expected unqualified-id before ‘else’
19 | } else if (d<85) {
| ^~~~
ippt.cpp:22:6: error: expected unqualified-id before ‘else’
22 | else{
| ^~~~
ippt.cpp:26:1: error: expected declaration before ‘}’ token
26 | }
| ^