#11899: JAVA解


FaiWei (ChunWeiYeah)

學校 : 樹德科技大學
編號 : 61317
來源 : [220.143.87.171]
最後登入時間 :
2017-09-19 20:14:15
b676. 63萬勞工苦輪班不像人像機器 | From: [1.174.121.152] | 發表日期 : 2017-04-15 16:32

import java.util.Scanner;

public class java{

public static void main(String[]argv){

int x;
Scanner sc=new Scanner(System.in);

x=sc.nextInt();

if (x%5==0) {
System.out.println("U");
}

else if (x%5==1) {
System.out.println("G");
}

else if (x%5==2) {
System.out.println("Y");
}

else if (x%5==3) {
System.out.println("T");
}

else if (x%5==4) {
System.out.println("I");
}

}
}

 
ZeroJudge Forum