how many a*a*a?


Submit solution

Points: 20 (partial)
Time limit: 5.0s
Memory limit: 256M

Authors:
Problem type

輸入輸出均為int!!

題目說明

輸入兩整數,輸出第一個整數的第二個整數次方是多少

輸入限制: 均>=0

輸入

兩整數

輸出

第一個整數的第二個整數次方

sample input1

2 3

sample output1

8

sample input2

5 2

sample output2

25

Comments