Problem binaryspells
User Reverberate
Submission Time 2023-02-01 19:56:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binaryspells.cpp: In function ‘int main()’:
binaryspells.cpp:38:25: error: expected ‘;’ before ‘)’ token
38 | for(int x=0;x<=N);x++){
| ^
| ;
binaryspells.cpp:38:27: error: ‘x’ was not declared in this scope
38 | for(int x=0;x<=N);x++){
| ^