| Problem | platonic9 |
|---|---|
| User | smartsword |
| Submission Time | 2025-12-05 13:35:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic9.cpp: In function ‘int main()’:
platonic9.cpp:10:13: error: lvalue required as left operand of assignment
10 | k % 2 = d;
| ^
platonic9.cpp:15:28: error: expected ‘;’ before ‘}’ token
15 | reverse(arr,arr + n)
| ^
| ;
16 | }
| ~