結果

問題 No.530 年齢って毎年変わるし覚えるの難しいよね
ユーザー yamax3232yamax3232
提出日時 2018-03-15 11:20:33
言語 Java21
(openjdk 21)
結果
AC  
実行時間 127 ms / 2,000 ms
コード長 189 bytes
コンパイル時間 4,306 ms
コンパイル使用メモリ 73,884 KB
実行使用メモリ 41,684 KB
最終ジャッジ日時 2024-12-16 02:13:50
合計ジャッジ時間 10,890 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 119 ms
41,332 KB
testcase_01 AC 105 ms
41,488 KB
testcase_02 AC 114 ms
41,432 KB
testcase_03 AC 114 ms
41,224 KB
testcase_04 AC 114 ms
41,432 KB
testcase_05 AC 109 ms
41,372 KB
testcase_06 AC 118 ms
41,684 KB
testcase_07 AC 117 ms
41,340 KB
testcase_08 AC 99 ms
41,328 KB
testcase_09 AC 118 ms
41,204 KB
testcase_10 AC 117 ms
41,128 KB
testcase_11 AC 127 ms
41,204 KB
testcase_12 AC 122 ms
41,504 KB
testcase_13 AC 114 ms
40,072 KB
testcase_14 AC 113 ms
41,368 KB
testcase_15 AC 115 ms
41,184 KB
testcase_16 AC 115 ms
41,124 KB
testcase_17 AC 117 ms
41,576 KB
testcase_18 AC 117 ms
40,032 KB
testcase_19 AC 119 ms
41,536 KB
testcase_20 AC 127 ms
41,168 KB
testcase_21 AC 110 ms
41,432 KB
testcase_22 AC 117 ms
40,056 KB
testcase_23 AC 112 ms
41,344 KB
testcase_24 AC 117 ms
41,380 KB
testcase_25 AC 98 ms
41,336 KB
testcase_26 AC 116 ms
41,596 KB
testcase_27 AC 115 ms
40,420 KB
testcase_28 AC 101 ms
41,080 KB
testcase_29 AC 103 ms
40,260 KB
testcase_30 AC 127 ms
41,364 KB
testcase_31 AC 124 ms
41,328 KB
testcase_32 AC 116 ms
40,280 KB
testcase_33 AC 117 ms
41,336 KB
testcase_34 AC 119 ms
41,328 KB
testcase_35 AC 121 ms
41,248 KB
testcase_36 AC 117 ms
41,492 KB
testcase_37 AC 111 ms
41,500 KB
testcase_38 AC 119 ms
41,192 KB
testcase_39 AC 116 ms
41,408 KB
testcase_40 AC 104 ms
41,140 KB
testcase_41 AC 102 ms
41,244 KB
testcase_42 AC 111 ms
41,172 KB
testcase_43 AC 116 ms
41,440 KB
testcase_44 AC 113 ms
40,064 KB
testcase_45 AC 109 ms
41,356 KB
testcase_46 AC 110 ms
40,144 KB
testcase_47 AC 113 ms
41,544 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;

public class Main7 {

	public static void main(String[] args) {
		Scanner kb=new Scanner(System.in);
		int a=kb.nextInt();
		
	System.out.println(2017-a);
	}


}
0