Problem platonic9
User Mojangstudios
Submission Time 2026-04-18 09:39:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic9.cpp: In function ‘int main()’:
platonic9.cpp:10:9: error: lvalue required as left operand of assignment
10 | if(b%2=1){
| ^
platonic9.cpp:15:9: error: lvalue required as left operand of assignment
15 | if(b%2=1){
| ^
platonic9.cpp:16:12: error: ‘N’ was not declared in this scope
16 | for(int i=N-1; i>=0; i--){
| ^