answer.code:52:2: error: stray ‘#’ in program
52 | }#include<bits/stdc++.h>
| ^
answer.code:52:3: error: ‘include’ does not name a type
52 | }#include<bits/stdc++.h>
| ^~~~~~~
answer.code:55:11: error: redefinition of ‘const int N’
55 | const int N=2e5+5;
| ^
answer.code:4:11: note: ‘const int N’ previously defined here
4 | const int N=2e5+5;
| ^
answer.code:56:5: error: redefinition of ‘int n’
56 | int n,m,a[N],b[N],va,vb;
| ^
answer.code:5:5: note: ‘int n’ previously declared here
5 | int n,m,a[N],b[N],va,vb;
| ^
answer.code:56:7: error: redefinition of ‘int m’
56 | int n,m,a[N],b[N],va,vb;
| ^
answer.code:5:7: note: ‘int m’ previously declared here
5 | int n,m,a[N],b[N],va,vb;
| ^
answer.code:56:9: error: redefinition of ‘int a [200005]’
56 | int n,m,a[N],b[N],va,vb;
| ^
answer.code:5:9: note: ‘int a [200005]’ previously declared here
5 | int n,m,a[N],b[N],va,vb;
| ^
answer.code:56:14: error: redefinition of ‘int b [200005]’
56 | int n,m,a[N],b[N],va,vb;
| ^
answer.code:5:14: note: ‘int b [200005]’ previously declared here
5 | int n,m,a[N],b[N],va,vb;
| ^
answer.code:56:19: error: redefinition of ‘int va’
56 | int n,m,a[N],b[N],va,vb;
| ^~
answer.code:5:19: note: ‘int va’ previously declared here
5 | int n,m,a[N],b[N],va,vb;
| ^~
answer.code:56:22: error: redefinition of ‘int vb’
56 | int n,m,a[N],b[N],va,vb;
| ^~
answer.code:5:22: note: ‘int vb’ previously declared here
5 | int n,m,a[N],b[N],va,vb;
| ^~
answer.code:57:4: error: redefinition of ‘ll ca [200005]’
57 | ll ca[N],cb[N],sa[N],sb[N],pa[N],pb[N];
| ^~
answer.code:6:4: note: ‘ll ca [200005]’ previously declared here
6 | ll ca[N],cb[N],sa[N],sb[N],pa[N],pb[N];
| ^~
answer.code:57:10: error: redefinition of ‘ll cb [200005]’
57 | ll ca[N],cb[N],sa[N],sb[N],pa[N],pb[N];
| ^~
answer.code:6:10: note: ‘ll cb [200005]’ previously declared here
6 | ll ca[N],cb[N],sa[N],sb[N],pa[N],pb[N];
| ^~
answer.code:57:16: error: redefinition of ‘ll sa [200005]’
57 | ll ca[N],cb[N],sa[N],sb[N],pa[N],pb[N];
| ^~
answer.code:6:16: note: ‘ll sa [200005]’ previously declared here
6 | ll ca[N],cb[N],sa[N],sb[N],pa[N],pb[N];
| ^~
answer.code:57:22: error: redefinition of ‘ll sb [200005]’
57 | ll ca[N],cb[N],sa[N],sb[N],pa[N],pb[N];
| ^~
answer.code:6:22: note: ‘ll sb [200005]’ previously declared here
6 | ll ca[N],cb[N],sa[N],sb[N],pa[N],pb[N];
| ^~
answer.code:57:28: error: redefinition of ‘ll pa [200005]’
57 | ll ca[N],cb[N],sa[N],sb[N],pa[N],pb[N];
| ^~
answer.code:6:28: note: ‘ll pa [200005]’ previously declared here
6 | ll ca[N],cb[N],sa[N],sb[N],pa[N],pb[N];
| ^~
answer.code:57:34: error: redefinition of ‘ll pb [200005]’
57 | ll ca[N],cb[N],sa[N],sb[N],pa[N],pb[N];
| ^~
answer.code:6:34: note: ‘ll pb [200005]’ previously declared here
6 | ll ca[N],cb[N],sa[N],sb[N],pa[N],pb[N];
| ^~
answer.code:58:5: error: redefinition of ‘int calc(ll, ll, ll, ll)’
58 | int calc(ll x,ll y,ll lim,ll op){
| ^~~~
answer.code:7:5: note: ‘int calc(ll, ll, ll, ll)’ previously defined here
7 | int calc(ll x,ll y,ll lim,ll op){
| ^~~~
answer.code:67:6: error: redefinition of ‘bool check(int)’
67 | bool check(int lim){
| ^~~~~
answer.code:16:6: note: ‘bool check(int)’ previously defined here
16 | bool check(int lim){
| ^~~~~
answer.code:88:5: error: redefinition of ‘int main()’
88 | int main(){
| ^~~~
answer.code:37:5: note: ‘int main()’ previously defined here
37 | int main(){
| ^~~~
answer.code: In function ‘int main()’:
answer.code:40:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
40 | scanf("%d%d",&n,&m);
| ~~~~~^~~~~~~~~~~~~~
answer.code:41:31: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
41 | for(int i=1;i<=n;i++)scanf("%d",a+i);va=a[1];
| ~~~~~^~~~~~~~~~
answer.code:42:31: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
42 | for(int i=1;i<=m;i++)scanf("%d",b+i);vb=b[1];
| ~~~~~^~~~~~~~~~
answer.code: In function ‘int main()’:
answer.code:91:10: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unuse...