answer.code:7:13: error: stray ‘#’ in program
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^
answer.code:7:22: error: ‘bits’ was not declared in this scope
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
answer.code:7:27: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
| std
answer.code:7:22: error: ‘bits’ was not declared in this scope
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
answer.code:7:27: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
| std
answer.code:7:22: error: ‘bits’ was not declared in this scope
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
answer.code:7:27: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
| std
answer.code:7:22: error: ‘bits’ was not declared in this scope
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
answer.code:7:27: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
| std
answer.code:7:22: error: ‘bits’ was not declared in this scope
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
answer.code:7:27: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
| std
answer.code:7:22: error: ‘bits’ was not declared in this scope
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
answer.code:7:27: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
| std
answer.code:7:22: error: ‘bits’ was not declared in this scope
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
answer.code:7:27: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
| std
answer.code:7:22: error: ‘bits’ was not declared in this scope
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
answer.code:7:27: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
| std
answer.code:7:22: error: ‘bits’ was not declared in this scope
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
answer.code:7:27: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~
| std
answer.code:7:14: error: ‘include’ does not name a type
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^~~~~~~
answer.code:13:5: error: redefinition of ‘long long int n’
13 | int n,m,k,_;
| ^
answer.code:7:5: note: ‘long long int n’ previously declared here
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^
answer.code:13:7: error: redefinition of ‘long long int m’
13 | int n,m,k,_;
| ^
answer.code:7:7: note: ‘long long int m’ previously declared here
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^
answer.code:13:9: error: redefinition of ‘long long int k’
13 | int n,m,k,_;
| ^
answer.code:7:9: note: ‘long long int k’ previously declared here
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^
answer.code:13:11: error: redefinition of ‘long long int _’
13 | int n,m,k,_;
| ^
answer.code:7:11: note: ‘long long int _’ previously declared here
7 | int n,m,k,_;#include<bits/stdc++.h>
| ^
answer.code:59:15: error: redefinition of ‘constexpr const long long int mx’
59 | constexpr int mx=(1<<17);
| ^~
answer.code:15:15: note: ‘constexpr const long long int mx’ previously defined here
15 | constexpr int mx=(1<<17);
| ^~
answer.code:60:11: error: redefinition of ‘const long long int N’
60 | const int N=1e5+7;
| ^
answer.code:16:11: note: ‘const long long int N’ previously defined here
16 | const int N=1e5+7;
| ^
answer.code:62:5: error: redefinition of ‘long long int a [100007]’
62 | int a[N];
| ^
answer.code:18:5: note: ‘long long int a [100007]’ previously declared here
18 | int a[N];
| ^
answer.code:64:6: error: re...