You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//DESCRIPTION: Brute force, but with an extra step of taking mod 10^10 with each step to keep things small. Note that naive fast exponentiation does not work for the opow() function here, because you can still overflow a 64-bit long.