Problem ippt
User poopyjshdsd
Submission Time 2026-02-20 13:59:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ippt.cpp: In function ‘int main()’:
ippt.cpp:10:10: error: expected ‘;’ before ‘if’
10 | d= a+b+c
| ^
| ;
11 | if ( a== 0 or b==0 or c == 0){
| ~~
ippt.cpp:13:3: error: ‘else’ without a previous ‘if’
13 | }else{
| ^~~~