0_0_24470547_12498.cpp:6:8: error: 'LL' was not declared in this scope
vector<LL> hav;
^
0_0_24470547_12498.cpp:6:10: error: template argument 1 is invalid
vector<LL> hav;
^
0_0_24470547_12498.cpp:6:10: error: template argument 2 is invalid
0_0_24470547_12498.cpp:6:15: error: invalid type in declaration before ';' token
vector<LL> hav;
^
0_0_24470547_12498.cpp: In function 'void get_P()':
0_0_24470547_12498.cpp:10:18: error: 'CLR' was not declared in this scope
CLR(isp, true);p.clear();
^
0_0_24470547_12498.cpp: At global scope:
0_0_24470547_12498.cpp:24:1: error: 'LL' does not name a type
LL Euler_phi(LL n)
^
0_0_24470547_12498.cpp:36:1: error: 'LL' does not name a type
LL Mul(LL a, LL b, LL mod)
^
0_0_24470547_12498.cpp:49:1: error: 'LL' does not name a type
LL Pow(LL a, LL b, LL mod)
^
0_0_24470547_12498.cpp:61:1: error: 'LL' does not name a type
LL gcd(LL a, LL b)
^
0_0_24470547_12498.cpp:66:14: error: variable or field 'get_hav' declared void
void get_hav(LL n)
^
0_0_24470547_12498.cpp:66:14: error: 'LL' was not declared in this scope
|