0_0_34771539_13951.cpp: In function 'bool Miller_Rabbin(ll, ll)':
0_0_34771539_13951.cpp:52:5: error: expected ';' before 'for'
for(int i=0; i<times; i++)
^
0_0_34771539_13951.cpp:52:18: error: 'i' was not declared in this scope
for(int i=0; i<times; i++)
^
0_0_34771539_13951.cpp: In function 'void Find_factor(ll, ll)':
0_0_34771539_13951.cpp:93:5: error: expected ')' before '{' token
{
^
0_0_34771539_13951.cpp:99:11: error: 'p' was not declared in this scope
while(p>=n)
^
0_0_34771539_13951.cpp:101:17: error: 'p' was not declared in this scope
Find_factor(p,k);
^
|