| Problem | ippt |
|---|---|
| User | Red123 |
| Submission Time | 2025-02-17 17:35:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:17:18: error: expected ‘)’ before ‘{’ token
17 | else if (d >= 75 {
| ~ ^~
| )
ippt.cpp: At global scope:
ippt.cpp:25:2: error: expected unqualified-id before ‘else’
25 | else if (d >= 60 ){
| ^~~~
ippt.cpp:29:1: error: expected declaration before ‘}’ token
29 | }
| ^