0_0_38911337_16865.cpp: In function 'int main()':
0_0_38911337_16865.cpp:55:38: error: too few arguments to function 'void Solve(int, int, int, int, int)'
55 | Solve(1,n,0,n-1);
| ~~~~~^~~~~~~~~~~
0_0_38911337_16865.cpp:16:6: note: declared here
16 | void Solve(int j,int l,int r,int L,int R){
| ^~~~~
|