You are viewing a single comment's thread. Return to all comments →
arg1,power,mod = int(input()),int(input()),abs(int(input())) print(pow(arg1,power)) print(pow(arg1,power,mod))
Seems like cookies are disabled on this browser, please enable them to open this website
Power - Mod Power
You are viewing a single comment's thread. Return to all comments →