0_0_14737739_6446.cpp: In function 'long long int pollard_rho(long long int, long long int)':
0_0_14737739_6446.cpp:110:20: error: 'time' was not declared in this scope
srand(time(NULL));
^
0_0_14737739_6446.cpp: In function 'int main()':
0_0_14737739_6446.cpp:170:39: error: 'sort' was not declared in this scope
sort(factor,factor+tol);
^
0_0_14737739_6446.cpp:184:31: error: 'sort' was not declared in this scope
sort(sm+1,sm+tot+1);
^
|