結果

問題 No.530 年齢って毎年変わるし覚えるの難しいよね
ユーザー yamax3232yamax3232
提出日時 2018-03-15 11:20:33
言語 Java21
(openjdk 21)
結果
AC  
実行時間 132 ms / 2,000 ms
コード長 189 bytes
コンパイル時間 4,431 ms
コンパイル使用メモリ 71,404 KB
実行使用メモリ 56,308 KB
最終ジャッジ日時 2023-08-22 07:06:00
合計ジャッジ時間 11,827 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 128 ms
55,552 KB
testcase_01 AC 126 ms
55,780 KB
testcase_02 AC 127 ms
56,012 KB
testcase_03 AC 127 ms
55,844 KB
testcase_04 AC 128 ms
56,308 KB
testcase_05 AC 126 ms
55,988 KB
testcase_06 AC 127 ms
55,484 KB
testcase_07 AC 127 ms
55,848 KB
testcase_08 AC 127 ms
55,864 KB
testcase_09 AC 126 ms
53,972 KB
testcase_10 AC 132 ms
54,040 KB
testcase_11 AC 126 ms
55,828 KB
testcase_12 AC 129 ms
55,720 KB
testcase_13 AC 130 ms
55,980 KB
testcase_14 AC 127 ms
55,884 KB
testcase_15 AC 127 ms
55,672 KB
testcase_16 AC 128 ms
55,872 KB
testcase_17 AC 127 ms
55,624 KB
testcase_18 AC 127 ms
55,752 KB
testcase_19 AC 126 ms
56,016 KB
testcase_20 AC 127 ms
55,996 KB
testcase_21 AC 127 ms
56,044 KB
testcase_22 AC 127 ms
55,852 KB
testcase_23 AC 128 ms
55,796 KB
testcase_24 AC 128 ms
56,160 KB
testcase_25 AC 128 ms
55,476 KB
testcase_26 AC 129 ms
56,092 KB
testcase_27 AC 126 ms
55,984 KB
testcase_28 AC 127 ms
55,860 KB
testcase_29 AC 127 ms
55,924 KB
testcase_30 AC 127 ms
55,772 KB
testcase_31 AC 126 ms
56,056 KB
testcase_32 AC 127 ms
55,868 KB
testcase_33 AC 127 ms
55,616 KB
testcase_34 AC 129 ms
55,680 KB
testcase_35 AC 131 ms
55,924 KB
testcase_36 AC 127 ms
56,172 KB
testcase_37 AC 128 ms
56,084 KB
testcase_38 AC 127 ms
55,832 KB
testcase_39 AC 127 ms
56,068 KB
testcase_40 AC 126 ms
55,652 KB
testcase_41 AC 127 ms
56,072 KB
testcase_42 AC 129 ms
55,672 KB
testcase_43 AC 129 ms
55,932 KB
testcase_44 AC 127 ms
55,508 KB
testcase_45 AC 127 ms
56,104 KB
testcase_46 AC 128 ms
55,736 KB
testcase_47 AC 127 ms
55,796 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