0_0_8175079_6962.cpp: In function `long long int mul_mod(long long int, long long int, long long int)':
0_0_8175079_6962.cpp:17: error: `n' undeclared (first use this function)
0_0_8175079_6962.cpp:17: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8175079_6962.cpp: In function `bool witness(long long int)':
0_0_8175079_6962.cpp:31: error: `mul' undeclared (first use this function)
0_0_8175079_6962.cpp: In function `void rho(long long int)':
0_0_8175079_6962.cpp:57: error: `M' undeclared (first use this function)
0_0_8175079_6962.cpp:63: error: `T' undeclared (first use this function)
0_0_8175079_6962.cpp: In function `void prime_factor(long long int)':
0_0_8175079_6962.cpp:69: error: `M' undeclared (first use this function)
0_0_8175079_6962.cpp:69: error: `num' undeclared (first use this function)
0_0_8175079_6962.cpp:77: error: `s' undeclared (first use this function)
0_0_8175079_6962.cpp: In function `int main()':
0_0_8175079_6962.cpp:86: error: `num' undeclared (first use this function)
0_0_8175079_6962.cpp:86: error: `s' undeclared (first use this function)
|