0_0_14175564_12722.cpp: In function 'int dfs(int, int, int, int)': 0_0_14175564_12722.cpp:29:13: error: 'dp' was not declared in this scope dp[n][k][cnt] = dfs(n+1, temp, len, cnt); ^