6-3 Quick Power (10 分)
The function Power calculates the exponential function Nk. But since the exponential function grows rapidly, you are supposed to return (Nk)%10007instead.
Format of function:
int Power(int N, int…
玩家类:
package QuickHit;import java.util.Scanner;/*** * author 呵呵* 玩家类**/
public class Player {//当前级别号private int levelNo;//当前级别积分private int currScore;//当前级别开始时间private long startTime0; //当前级别以用时间private int ela…