0_0_5311745_4606.cpp: In function `int Miller_Rabin(u64)':
0_0_5311745_4606.cpp:77: error: name lookup of `i' changed for new ISO `for' scoping
0_0_5311745_4606.cpp:72: error: using obsolete binding at `i'
0_0_5311745_4606.cpp: In function `u64 Pollard_Rho(u64)':
0_0_5311745_4606.cpp:104: error: name lookup of `i' changed for new ISO `for' scoping
0_0_5311745_4606.cpp:100: error: using obsolete binding at `i'
0_0_5311745_4606.cpp: In function `int main()':
0_0_5311745_4606.cpp:167: error: name lookup of `j' changed for new ISO `for' scoping
0_0_5311745_4606.cpp:162: error: using obsolete binding at `j'
|