Problem | ippt |
---|---|
User | dayeetmaster |
Submission Time | 2024-01-31 09:58:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp:4:1: error: expected initializer before ‘int’
4 | int a, b, c, s;
| ^~~
ippt.cpp:5:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
5 | cin>>a>>b>>c;
| ^~~
| sin
ippt.cpp:6:1: error: ‘s’ does not name a type
6 | s = a+b+c;
| ^
ippt.cpp:7:1: error: expected unqualified-id before ‘if’
7 | if (a == 0 || b == 0|| c == 0){
| ^~