import java.util.Scanner;
public class qq{
public static void main(String[]argv){
Scanner sc=new Scanner(System.in);
while(sc.hasNext()){
long num=sc.nextLong();
long num2=sc.nextLong();
System.out.printf("%.0f\n",Math.pow(num,num2));
}
}
}
為什麼測試執行的時候都RE 讀不出來 CMD裡可以讀