You are viewing a single comment's thread. Return to all comments →
times = k//100 total_1 = sum((i % 100)**(n % 100 + 20) % 100 for i in range(1, 100)) % 100 total_2 = sum((i % 100)**(n % 100 + 20) % 100 for i in range(1, k % 100+1)) % 100 total = (total_1 * times+total_2) % 100 return str(total).zfill(2)
Seems like cookies are disabled on this browser, please enable them to open this website
Power Calculation
You are viewing a single comment's thread. Return to all comments →