| Problem | numberspiral |
|---|---|
| User | andikawahyudi |
| Submission Time | 2026-01-24 14:46:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
numberspiral.cpp: In function ‘int main()’:
numberspiral.cpp:12:25: error: lvalue required as left operand of assignment
12 | if (x % 2 != 0 || x = 1) {
| ^