| Problem | ippt |
|---|---|
| User | Astronite |
| Submission Time | 2024-02-26 17:20:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:11:27: error: lvalue required as left operand of assignment
11 | if( x = 0 || y = 0 || z = 0){
| ^
ippt.cpp:15:1: error: ‘else’ without a previous ‘if’
15 | else if( j <= 60){
| ^~~~