0_0_39814842_21923.cpp: In function 'int main()': 0_0_39814842_21923.cpp:41:53: error: 'd' was not declared in this scope 41 | dp[i] = max(d[i], dp[j] + 1); | ^