Problem competition
User snorky
Submission Time 2024-01-12 16:08:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

competition.cpp: In function ‘int maxScore(int, int, int, int*, int*)’:
competition.cpp:12:3: error: ‘memo’ was not declared in this scope
12 | memo[i] = -1;
| ^~~~
competition.cpp:14:6: error: ‘memo’ was not declared in this scope
14 | if( memo[n] != -1){
| ^~~~