#11038: JAVA AC


wilson30915 (XDXD)

學校 : 臺北市私立延平高級中學
編號 : 42443
來源 : [1.200.213.86]
最後登入時間 :
2019-05-25 21:11:09
d050. 妳那裡現在幾點了? -- 板橋高中教學題 | From: [1.161.9.89] | 發表日期 : 2016-06-12 10:58

import java.util.Scanner;
public class JAVA
{
public static void main(String args[])
{
Scanner time=new Scanner(System.in);
int a,b;
while(time.hasNext())
{
a=time.nextInt();
b=a>=15?(a-15):(24-15+a);

System.out.println(b);

}
}
}

 
ZeroJudge Forum