0_0_38771207_29367.cpp: In function 'int main()':
0_0_38771207_29367.cpp:78:43: error: expected '}' at end of input
78 | dp_l[i][0] = L[i];//
| ^
0_0_38771207_29367.cpp:77:47: note: to match this '{'
77 | for(int i = 1; i <= tot; i++) {
| ^
0_0_38771207_29367.cpp:78:43: error: expected '}' at end of input
78 | dp_l[i][0] = L[i];//
| ^
0_0_38771207_29367.cpp:56:20: note: to match this '{'
56 | while(t--) {
| ^
0_0_38771207_29367.cpp:78:43: error: expected '}' at end of input
78 | dp_l[i][0] = L[i];//
| ^
0_0_38771207_29367.cpp:52:12: note: to match this '{'
52 | int main() {
| ^
|