Problem | ippt |
---|---|
User | Ant1234567890 |
Submission Time | 2025-06-13 13:15:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ippt.cpp: In function ‘int main()’:
ippt.cpp:7:17: error: lvalue required as left operand of assignment
7 | if(a=0||b=0||c=0){
| ^
ippt.cpp:8:15: error: expected ‘;’ before ‘}’ token
8 | cout<<"FAIL"
| ^
| ;
9 |
10 | }else if(k<=60){
| ~