Problem | ippt |
---|---|
User | Ignatius |
Submission Time | 2025-02-17 17:56:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:8:2: error: ‘else’ without a previous ‘if’
8 | else if(a==0 or b==0 orc==0){
| ^~~~
ippt.cpp:8:22: error: expected ‘)’ before ‘orc’
8 | else if(a==0 or b==0 orc==0){
| ~ ^~~~
| )
ippt.cpp:20:12: error: expected ‘(’ before ‘{’ token
20 | else if{
| ^
| (