#12030: JAVA 問題


FaiWei (ChunWeiYeah)

學校 : 樹德科技大學
編號 : 61317
來源 : [220.143.87.171]
最後登入時間 :
2017-09-19 20:14:15
d493. 入门求幂题(求幂系列题1) -- scientific | From: [220.143.23.206] | 發表日期 : 2017-05-14 23:38

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裡可以讀

 
ZeroJudge Forum