| Problem | ippt |
|---|---|
| User | Migogoh10 |
| Submission Time | 2026-03-09 15:48:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:8:27: error: lvalue required as left operand of assignment
8 | if(a = 0 or b = 0 or c = 0){
| ^
ippt.cpp:11:3: error: ‘else’ without a previous ‘if’
11 | else if ( score >= 0 and score <=60){
| ^~~~