#11037: JAVA AC


wilson30915 (XDXD)

學校 : 臺北市私立延平高級中學
編號 : 42443
來源 : [1.200.213.86]
最後登入時間 :
2019-05-25 21:11:09
d049. 中華民國萬歲! -- 板橋高中教學題 | From: [1.161.9.89] | 發表日期 : 2016-06-12 10:50

import java.util.Scanner;
public class JAVA
{
public static void main(String args[])
{
Scanner time=new Scanner(System.in);
int a;
while(time.hasNext())
{
a=time.nextInt();


System.out.println(a-1911);

}
}
}

 
ZeroJudge Forum