0_0_17203036_28869.cpp:64:11: error: redefinition of 'const int INF'
const int INF = 1<<30 ;
^
0_0_17203036_28869.cpp:3:11: note: 'const int INF' previously defined here
const int INF = 1<<30 ;
^
0_0_17203036_28869.cpp:66:17: error: redefinition of 'int dp [131072][20]'
int dp[1<<17][20];
^
0_0_17203036_28869.cpp:5:5: note: 'int dp [131072][20]' previously declared here
int dp[1<<17][20];
^
0_0_17203036_28869.cpp:67:5: error: redefinition of 'int n'
int n,m,u,v,w,mp[20][20] , kk[1<<17];
^
0_0_17203036_28869.cpp:6:5: note: 'int n' previously declared here
int n,m,u,v,w,mp[20][20] ;
^
0_0_17203036_28869.cpp:67:7: error: redefinition of 'int m'
int n,m,u,v,w,mp[20][20] , kk[1<<17];
^
0_0_17203036_28869.cpp:6:7: note: 'int m' previously declared here
int n,m,u,v,w,mp[20][20] ;
^
0_0_17203036_28869.cpp:67:9: error: redefinition of 'int u'
int n,m,u,v,w,mp[20][20] , kk[1<<17];
^
0_0_17203036_28869.cpp:6:9: note: 'int u' previously declared here
int n,m,u,v,w,mp[20][20] ;
^
0_0_17203036_28869.cpp:67:11: error: redefinition of 'int v'
int n,m,u,v,w,mp[20][20] , kk[1<<17];
^
0_0_17203036_28869.cpp:6:11: note: 'int v' previously declared here
int n,m,u,v,w,mp[20][20] ;
^
0_0_17203036_28869.cpp:67:13: error: redefinition of 'int w'
int n,m,u,v,w,mp[20][20] , kk[1<<17];
^
0_0_17203036_28869.cpp:6:13: note: 'int w' previously declared here
int n,m,u,v,w,mp[20][20] ;
^
0_0_17203036_28869.cpp:67:24: error: redefinition of 'int mp [20][20]'
int n,m,u,v,w,mp[20][20] , kk[1<<17];
^
0_0_17203036_28869.cpp:6:15: note: 'int mp [20][20]' previously declared here
int n,m,u,v,w,mp[20][20] ;
^
0_0_17203036_28869.cpp: In function 'int main()':
0_0_17203036_28869.cpp:69:5: error: redefinition of 'int main()'
int main()
^
0_0_17203036_28869.cpp:18:5: note: 'int main()' previously defined here
int main()
^
|