| Problem | platonic14 |
|---|---|
| User | nminhnguyenle |
| Submission Time | 2025-12-08 11:59:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic14.cpp: In function ‘int main()’:
platonic14.cpp:23:20: error: lvalue required as left operand of assignment
23 | else if(n=2&&k=0){
| ^
platonic14.cpp:26:20: error: lvalue required as left operand of assignment
26 | else if(n=2&&k=1){
| ^
platonic14.cpp:29:20: error: lvalue required as left operand of assignment
29 | else if(n=2&&k=2){
| ^