0_0_39876220_2043.cpp:58:2: error: stray '#' in program
58 | }#include<bits/stdc++.h>
| ^
0_0_39876220_2043.cpp: In function 'int main()':
0_0_39876220_2043.cpp:53:73: error: unable to find numeric literal operator 'operator""x'
53 | if(dp2[ x][ y][0][0]==ans||dp2[ax][ y][0][0]==ans||dp2[ 0x][ay][0][0]==ans||dp2[ax][ay][0][0]==ans) puts("yes");
| ^~
0_0_39876220_2043.cpp:53:73: note: use '-fext-numeric-literals' to enable more built-in suffixes
0_0_39876220_2043.cpp: At global scope:
0_0_39876220_2043.cpp:58:11: error: 'bits' was not declared in this scope
58 | }#include<bits/stdc++.h>
| ^~~~
0_0_39876220_2043.cpp:58:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
58 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39876220_2043.cpp:58:11: error: 'bits' was not declared in this scope
58 | }#include<bits/stdc++.h>
| ^~~~
0_0_39876220_2043.cpp:58:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
58 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39876220_2043.cpp:58:11: error: 'bits' was not declared in this scope
58 | }#include<bits/stdc++.h>
| ^~~~
0_0_39876220_2043.cpp:58:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
58 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39876220_2043.cpp:58:11: error: 'bits' was not declared in this scope
58 | }#include<bits/stdc++.h>
| ^~~~
0_0_39876220_2043.cpp:58:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
58 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39876220_2043.cpp:58:11: error: 'bits' was not declared in this scope
58 | }#include<bits/stdc++.h>
| ^~~~
0_0_39876220_2043.cpp:58:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
58 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39876220_2043.cpp:58:11: error: 'bits' was not declared in this scope
58 | }#include<bits/stdc++.h>
| ^~~~
0_0_39876220_2043.cpp:58:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
58 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39876220_2043.cpp:58:11: error: 'bits' was not declared in this scope
58 | }#include<bits/stdc++.h>
| ^~~~
0_0_39876220_2043.cpp:58:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
58 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39876220_2043.cpp:58:11: error: 'bits' was not declared in this scope
58 | }#include<bits/stdc++.h>
| ^~~~
0_0_39876220_2043.cpp:58:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
58 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39876220_2043.cpp:58:11: error: 'bits' was not declared in this scope
58 | }#include<bits/stdc++.h>
| ^~~~
0_0_39876220_2043.cpp:58:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
58 | }#include<bits/stdc++.h>
| ^~~~
| std
0_0_39876220_2043.cpp:58:3: error: 'include' does not name a type
58 | }#include<bits/stdc++.h>
| ^~~~~~~
0_0_39876220_2043.cpp:60:11: error: redefinition of 'const int maxn'
60 | const int maxn=301;
| ^~~~
0_0_39876220_2043.cpp:3:11: note: 'const int maxn' previously defined here
3 | const int maxn=301;
| ^~~~
0_0_39876220_2043.cpp:61:5: error: redefinition of 'int dp2 [301][301][9][9]'
61 | int dp2[maxn][maxn][9][9];
| ^~~
0_0_39876220_2043.cpp:4:5: note: 'int dp2 [301][301][9][9]' previously declared here
4 | int dp2[maxn][maxn][9][9];
| ^~~
0_0_39876220_2043.cpp:62:5: error: redefinition of 'int n'
62 | int n,m,s;
| ^
0_0_39876220_2043.cpp:5:5: note: 'int n' previously declared here
5 | int n,m,s;
| ^
0_0_39876220_2043.cpp:62:7: error: redefinition of 'int m'
62 | int n,m,s;
| ^
0_0_39876220_2043.cpp:5:7: note: 'int m' previously declared here
5 | int n,m,s;
| ^
0_0_39876220_2043.cpp:62:9: error: redefinition of 'int s'
62 | int n,m,s;
| ^
0_0_39876220_2043.cpp:5:9: note: 'int s' previously declared here
5 | int n,m,s;
| ^
0_0_39876220_2043.cpp:63:12: error: redefinition of 'int max(int, int)'
63 | inline int max(int a,int b){return a>b?a:b;}
| ^~~
0_0_39876220_2043.cpp:6:12: note: 'int max(int, int)' previously defined here
6 | inline int max(int a,int b){return a>b?a:b;}
| ^~~
0_0_39876220_2043.cpp:64:6: error: redefinition of 'void Init_st()'
64 | void Init_st()
| ^~~~~~~
0_0_39876220_2043.cpp:7:6: note: 'void Init_st()' previously defined here
7 | void Init_st()
| ^~~~~~~
0_0_39876220_2043.cpp:82:5: error: redefinition of 'int Query(int, int, int, int)'
82 | int Query(int x,int y,int X,int Y)
| ^~~~~
0_0_39876220_2043.cpp:25:5: note: 'int Query(int, int, int, int)' previously defined here
25 | int Query(int x,int y,int X,int Y)
| ^~~~~
0_0_39876220_2043.cpp:92:8: error: redefinition of 'int main()'
92 | signed main()
| ^~~~
0_0_39876220_2043.cpp:35:8: note: 'int main()' previously defined here
35 | signed main()
| ^~~~
0_0_39876220_2043.cpp: In function 'int main()':
0_0_39876220_2043.cpp:110:73: error: unable to find numeric literal operator 'operator""x'
110 | if(dp2[ x][ y][0][0]==ans||dp2[ax][ y][0][0]==ans||dp2[ 0x][ay][0][0]==ans||dp2[ax][ay][0][0]==ans) puts("yes");
| ^~
0_0_39876220_2043.cpp:110:73: note: use '-fext-numeric-literals' to enable more built-in suffixes
|