Problem sequences
User AlphanumericUsername
Submission Time 2024-04-01 16:55:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sequences.cpp: In function ‘int32_t main()’:
sequences.cpp:149:7: error: ‘arr’ was not declared in this scope
149 | arr[] = {1, 0, 0, 2, 10, 4, 40, 92, 352, 724, 2680, 14200, 73712, 365596, 2279184, 14772512, 95815104, 666090624, 4968057848, 39029188884, 314666222712, 2691008701644, 24233937684440, 227514171973736, 2207893435808352, 22317699616364044, 234907967154122528 };
| ^~~
sequences.cpp:149:11: error: expected primary-expression before ‘]’ token
149 | arr[] = {1, 0, 0, 2, 10, 4, 40, 92, 352, 724, 2680, 14200, 73712, 365596, 2279184, 14772512, 95815104, 666090624, 4968057848, 39029188884, 314666222712, 2691008701644, 24233937684440, 227514171973736, 2207893435808352, 22317699616364044, 234907967154122528 };
| ^