Power - Mod Power

  • + 0 comments

    a=int(input()) b=int(input()) m=int(input()) print(pow(a,b)) print(pow(a,b,m))