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