Problem ippt
User supercel980
Submission Time 2024-07-19 15:59:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:9:2: error: expected ‘,’ or ‘;’ before ‘if’
9 | if (d <= 60){
| ^~
ippt.cpp:12:2: error: ‘else’ without a previous ‘if’
12 | else if (d < 75, d > 60){
| ^~~~
ippt.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
ippt.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^