Problem inequality
User Xiaoyang
Submission Time 2023-02-17 16:46:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

inequality.cpp:25:14: error: ‘i’ was not declared in this scope
25 | ll a[maxn],b[i],lf[maxn],rt[maxn];
| ^
inequality.cpp: In function ‘int main()’:
inequality.cpp:31:19: error: ‘b’ was not declared in this scope
31 | rep(i,1,n+1)cin>>b[i];
| ^