0_0_38853053_4408.cpp:48:16: error: missing terminating " character
48 | printf("Case %d: %d
| ^~~~~~~~~~~~
0_0_38853053_4408.cpp:49:1: error: missing terminating " character
49 | ",t,dp[n][0]);
| ^~~~~~~~~~~~~~
0_0_38853053_4408.cpp: In function 'int main()':
0_0_38853053_4408.cpp:50:5: error: expected primary-expression before '}' token
50 | }
| ^
|