taban = int(input("Taban : ")); us = int(input("Üs : ")); print("Sonuç : " + str(pow(taban,us)));