0_0_17203203_4686.cpp:47:2: error: stray '#' in program
}#include<cstdio>
^
0_0_17203203_4686.cpp:47:3: error: 'include' does not name a type
}#include<cstdio>
^
0_0_17203203_4686.cpp:53:11: error: redefinition of 'const int maxn'
const int maxn=1e5+10;
^
0_0_17203203_4686.cpp:13:11: note: 'const int maxn' previously defined here
const int maxn = 1e5 + 10;
^
0_0_17203203_4686.cpp:54:11: error: redefinition of 'const int mod'
const int mod=1e9+7;
^
0_0_17203203_4686.cpp:12:11: note: 'const int mod' previously defined here
const int mod = 1e9 + 7;
^
0_0_17203203_4686.cpp:55:5: error: redefinition of 'int T'
int T,n,m,a[6],dis[6][6],x,y;
^
0_0_17203203_4686.cpp:14:5: note: 'int T' previously declared here
int T, n, m, s, t, ans, res;
^
0_0_17203203_4686.cpp:55:7: error: redefinition of 'int n'
int T,n,m,a[6],dis[6][6],x,y;
^
0_0_17203203_4686.cpp:14:8: note: 'int n' previously declared here
int T, n, m, s, t, ans, res;
^
0_0_17203203_4686.cpp:55:9: error: redefinition of 'int m'
int T,n,m,a[6],dis[6][6],x,y;
^
0_0_17203203_4686.cpp:14:11: note: 'int m' previously declared here
int T, n, m, s, t, ans, res;
^
0_0_17203203_4686.cpp:55:14: error: redefinition of 'int a [6]'
int T,n,m,a[6],dis[6][6],x,y;
^
0_0_17203203_4686.cpp:15:5: note: 'int a [6]' previously declared here
int a[6], f[6];
^
0_0_17203203_4686.cpp: In function 'int main()':
0_0_17203203_4686.cpp:57:5: error: redefinition of 'int main()'
int main()
^
0_0_17203203_4686.cpp:29:5: note: 'int main()' previously defined here
int main()
^
|