0_0_11381301_260.cpp:11: error: invalid token
0_0_11381301_260.cpp:11: error: expected init-declarator before '<' token
0_0_11381301_260.cpp:11: error: expected `,' or `;' before '<' token
0_0_11381301_260.cpp:17: error: redefinition of `const long long int N'
0_0_11381301_260.cpp:7: error: `const long long int N' previously defined here
0_0_11381301_260.cpp:18: error: redefinition of `const long long int M'
0_0_11381301_260.cpp:8: error: `const long long int M' previously defined here
0_0_11381301_260.cpp:19: error: redefinition of `long long int next[1000050]'
0_0_11381301_260.cpp:9: error: `long long int next[1000050]' previously declared here
0_0_11381301_260.cpp:20: error: redefinition of `long long int n'
0_0_11381301_260.cpp:10: error: `long long int n' previously declared here
0_0_11381301_260.cpp:28: error: invalid token
0_0_11381301_260.cpp:28: error: ISO C++ forbids declaration of `include' with no type
0_0_11381301_260.cpp:28: error: expected `;' before '<' token
0_0_11381301_260.cpp:34: error: ISO C++ forbids initialization of member `N'
0_0_11381301_260.cpp:34: error: making `N' static
0_0_11381301_260.cpp:35: error: ISO C++ forbids initialization of member `M'
0_0_11381301_260.cpp:35: error: making `M' static
0_0_11381301_260.cpp:39: error: `struct p::p' has the same name as the class in which it is declared
0_0_11381301_260.cpp:112: error: size of array `a' is too large
0_0_11381301_260.cpp: In function `int getnext()':
0_0_11381301_260.cpp:133: error: `a' undeclared (first use this function)
0_0_11381301_260.cpp:133: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11381301_260.cpp: In function `int main()':
0_0_11381301_260.cpp:154: error: `a' undeclared (first use this function)
0_0_11381301_260.cpp: At global scope:
0_0_11381301_260.cpp:178: error: expected unqualified-id before '{' token
0_0_11381301_260.cpp:178: error: expected `,' or `;' before '{' token
0_0_11381301_260.cpp:185: error: expected constructor, destructor, or type conversion before ';' token
0_0_11381301_260.cpp: In function `long long int power1(long long int, long long int)':
0_0_11381301_260.cpp:187: error: redefinition of `long long int power1(long long int, long long int)'
0_0_11381301_260.cpp:114: error: `long long int power1(long long int, long long int)' previously defined here
0_0_11381301_260.cpp: In function `int getnext()':
0_0_11381301_260.cpp:200: error: redefinition of `int getnext()'
0_0_11381301_260.cpp:127: error: `int getnext()' previously defined here
0_0_11381301_260.cpp:206: error: `a' undeclared (first use this function)
0_0_11381301_260.cpp: In function `int main()':
0_0_11381301_260.cpp:219: error: redefinition of `int main()'
0_0_11381301_260.cpp:146: error: `int main()' previously defined here
0_0_11381301_260.cpp:227: error: `a' undeclared (first use this function)
|