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