0_0_17982484_5957.cpp:86:2: error: 'include' does not name a type
}include <bits/stdc++.h>
^
0_0_17982484_5957.cpp:88:11: error: redefinition of 'const int base'
const int base=333;
^
0_0_17982484_5957.cpp:3:11: note: 'const int base' previously defined here
const int base=333;
^
0_0_17982484_5957.cpp:89:11: error: redefinition of 'const int MOD'
const int MOD=1e9+7;
^
0_0_17982484_5957.cpp:4:11: note: 'const int MOD' previously defined here
const int MOD=1e9+7;
^
0_0_17982484_5957.cpp:90:5: error: redefinition of 'int N'
int N;
^
0_0_17982484_5957.cpp:5:5: note: 'int N' previously declared here
int N;
^
0_0_17982484_5957.cpp:91:25: error: redefinition of 'long long int dp [333][3][666]'
long long dp[333][3][666];
^
0_0_17982484_5957.cpp:6:11: note: 'long long int dp [333][3][666]' previously declared here
long long dp[333][3][666];
^
0_0_17982484_5957.cpp:92:13: error: redefinition of 'int f [3][666]'
int f[3][666];
^
0_0_17982484_5957.cpp:7:5: note: 'int f [3][666]' previously declared here
int f[3][666];
^
0_0_17982484_5957.cpp:93:17: error: redefinition of 'std::vector<int> v [333]'
vector<int>v[333];
^
0_0_17982484_5957.cpp:8:12: note: 'std::vector<int> v [333]' previously declared here
vector<int>v[333];
^
0_0_17982484_5957.cpp:94:12: error: redefinition of 'int low [333]'
int low[333],high[333];
^
0_0_17982484_5957.cpp:9:5: note: 'int low [333]' previously declared here
int low[333],high[333];
^
0_0_17982484_5957.cpp:94:22: error: redefinition of 'int high [333]'
int low[333],high[333];
^
0_0_17982484_5957.cpp:9:14: note: 'int high [333]' previously declared here
int low[333],high[333];
^
0_0_17982484_5957.cpp: In function 'void add(long long int&, long long int)':
0_0_17982484_5957.cpp:95:6: error: redefinition of 'void add(long long int&, long long int)'
void add(long long &a,long long b)
^
0_0_17982484_5957.cpp:10:6: note: 'void add(long long int&, long long int)' previously defined here
void add(long long &a,long long b)
^
0_0_17982484_5957.cpp: In function 'void umin(int&, int)':
0_0_17982484_5957.cpp:100:6: error: redefinition of 'void umin(int&, int)'
void umin(int &a,int b)
^
0_0_17982484_5957.cpp:15:6: note: 'void umin(int&, int)' previously defined here
void umin(int &a,int b)
^
0_0_17982484_5957.cpp: In function 'void umax(int&, int)':
0_0_17982484_5957.cpp:102:6: error: redefinition of 'void umax(int&, int)'
void umax(int &a,int b)
^
0_0_17982484_5957.cpp:17:6: note: 'void umax(int&, int)' previously defined here
void umax(int &a,int b)
^
0_0_17982484_5957.cpp: In function 'void dfs(int, int)':
0_0_17982484_5957.cpp:104:6: error: redefinition of 'void dfs(int, int)'
void dfs(int st,int fa)
^
0_0_17982484_5957.cpp:19:6: note: 'void dfs(int, int)' previously defined here
void dfs(int st,int fa)
^
0_0_17982484_5957.cpp: In function 'int main()':
0_0_17982484_5957.cpp:143:5: error: redefinition of 'int main()'
int main()
^
0_0_17982484_5957.cpp:58:5: note: 'int main()' previously defined here
int main()
^
|