0_0_37729303_22331.cpp: In function 'bool Miller_Rabin(long long int, long long int)':
0_0_37729303_22331.cpp:35:18: error: 'time' was not declared in this scope
srand(time(NULL));
^
0_0_37729303_22331.cpp: In function 'int main()':
0_0_37729303_22331.cpp:71:32: error: too few arguments to function 'bool Miller_Rabin(long long int, long long int)'
else if(!Miller_Rabin(x))
^
0_0_37729303_22331.cpp:27:6: note: declared here
bool Miller_Rabin(int n,int t)
^
|