ricehub.cpp:5:1: error: 'll' does not name a type
5 | ll R,L,B,X[N];
| ^~
ricehub.cpp:6:1: error: 'll' does not name a type
6 | ll pr[N],ans=-1e18;
| ^~
ricehub.cpp:7:1: error: 'll' does not name a type
7 | ll solve(ll l){
| ^~
ricehub.cpp: In function 'long long int besthub(long long int, long long int, long long int*, long long int)':
ricehub.cpp:24:29: error: 'pr' was not declared in this scope
24 | for(int i=0;i<R;i++)pr[i+1]+=pr[i]+X[i];
| ^~
ricehub.cpp:25:30: error: 'ans' was not declared in this scope; did you mean 'abs'?
25 | for(int i=1;i<=R;i++)ans=max(solve(i),ans);
| ^~~
| abs
ricehub.cpp:25:38: error: 'solve' was not declared in this scope
25 | for(int i=1;i<=R;i++)ans=max(solve(i),ans);
| ^~~~~
ricehub.cpp:26:16: error: 'ans' was not declared in this scope; did you mean 'abs'?
26 | return ans;
| ^~~
| abs