0_0_36569028_608.cpp: In function 'int dp(int, int, int, int, int)':
0_0_36569028_608.cpp:101:33: error: expected ')' before ';' token
if (int dd = k - da - db - dc; d >= dd)
^
0_0_36569028_608.cpp:101:40: error: 'dd' was not declared in this scope
if (int dd = k - da - db - dc; d >= dd)
^
|