0_0_18093520_6379.cpp:105:2: error: stray '#' in program
}#include <iostream>
^
0_0_18093520_6379.cpp:105:3: error: 'include' does not name a type
}#include <iostream>
^
0_0_18093520_6379.cpp:118:11: error: redefinition of 'const int MAXN'
const int MAXN=305;
^
0_0_18093520_6379.cpp:14:11: note: 'const int MAXN' previously defined here
const int MAXN=305;
^
0_0_18093520_6379.cpp:119:11: error: redefinition of 'const int oo'
const int oo=1000000007;
^
0_0_18093520_6379.cpp:15:11: note: 'const int oo' previously defined here
const int oo=1000000007;
^
0_0_18093520_6379.cpp:122:8: error: redefinition of 'int A [2007][2007]'
Matrix A;
^
0_0_18093520_6379.cpp:18:8: note: 'int A [2007][2007]' previously declared here
Matrix A;
^
0_0_18093520_6379.cpp: In function 'int ra_nk(int, int)':
0_0_18093520_6379.cpp:123:5: error: redefinition of 'int ra_nk(int, int)'
int ra_nk(int m,int n)//A是异或方程组系数矩阵 返回秩
^
0_0_18093520_6379.cpp:19:5: note: 'int ra_nk(int, int)' previously defined here
int ra_nk(int m,int n)//A是异或方程组系数矩阵 返回秩
^
0_0_18093520_6379.cpp: At global scope:
0_0_18093520_6379.cpp:145:13: error: redefinition of 'int vis [2007]'
int vis[2007];
^
0_0_18093520_6379.cpp:41:5: note: 'int vis [2007]' previously declared here
int vis[2007];
^
0_0_18093520_6379.cpp:146:15: error: redefinition of 'int prime [2007]'
int prime[2007];
^
0_0_18093520_6379.cpp:42:5: note: 'int prime [2007]' previously declared here
int prime[2007];
^
0_0_18093520_6379.cpp:147:5: error: redefinition of 'int prime_n'
int prime_n;//质数个数
^
0_0_18093520_6379.cpp:43:5: note: 'int prime_n' previously declared here
int prime_n;//质数个数
^
0_0_18093520_6379.cpp: In function 'int gen_primes(int)':
0_0_18093520_6379.cpp:148:5: error: redefinition of 'int gen_primes(int)'
int gen_primes(int m)
^
0_0_18093520_6379.cpp:44:5: note: 'int gen_primes(int)' previously defined here
int gen_primes(int m)
^
0_0_18093520_6379.cpp: In function 'int fj(LL, int)':
0_0_18093520_6379.cpp:163:5: error: redefinition of 'int fj(LL, int)'
int fj(LL n,int k)//返回所用到的质数个数
^
0_0_18093520_6379.cpp:59:5: note: 'int fj(LL, int)' previously defined here
int fj(LL n,int k)//返回所用到的质数个数
^
0_0_18093520_6379.cpp: In function 'LL powmod(LL, LL)':
0_0_18093520_6379.cpp:177:4: error: redefinition of 'LL powmod(LL, LL)'
LL powmod(LL a,LL n)
^
0_0_18093520_6379.cpp:73:4: note: 'LL powmod(LL, LL)' previously defined here
LL powmod(LL a,LL n)
^
0_0_18093520_6379.cpp: In function 'int main()':
0_0_18093520_6379.cpp:188:5: error: redefinition of 'int main()'
int main()
^
0_0_18093520_6379.cpp:84:5: note: 'int main()' previously defined here
int main()
^
|