Problem platonic9
User smartsword
Submission Time 2025-12-05 13:35:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic9.cpp: In function ‘int main()’:
platonic9.cpp:7:5: error: ‘arr’ was not declared in this scope
7 | arr[n];
| ^~~
platonic9.cpp:10:13: error: lvalue required as left operand of assignment
10 | k % 2 = d;
| ^