0_0_32715919_122.cpp: In instantiation of 'T taro::math::pollardRho(T, T) [with T = long long int]':
0_0_32715919_122.cpp:200:48: required from 'void taro::math::detail::findPrimeFactorImpl(T, std::vector<_RealType>&) [with T = long long int]'
0_0_32715919_122.cpp:210:42: required from 'std::vector<_RealType> taro::math::findPrimeFactor(T) [with T = long long int]'
0_0_32715919_122.cpp:228:65: required from here
0_0_32715919_122.cpp:180:36: error: 'fastMultiModV2' was not declared in this scope
x = (fastMultiModV2(x, x, n) - c) % n;
^
|