0_0_39205289_32607.cpp:34:1: error: unterminated comment
34 | /*
| ^
0_0_39205289_32607.cpp: In function 'int main()':
0_0_39205289_32607.cpp:33:30: error: expected '}' at end of input
33 | printf("%d\n", dp[N][p]);
| ^
0_0_39205289_32607.cpp:12:18: note: to match this '{'
12 | while (T != 0) {
| ^
0_0_39205289_32607.cpp:33:30: error: expected '}' at end of input
33 | printf("%d\n", dp[N][p]);
| ^
0_0_39205289_32607.cpp:10:12: note: to match this '{'
10 | int main() {
| ^
|