結果

問題 No.530 年齢って毎年変わるし覚えるの難しいよね
ユーザー fal_rndfal_rnd
提出日時 2017-06-27 19:32:08
言語 Java21
(openjdk 21)
結果
AC  
実行時間 125 ms / 2,000 ms
コード長 176 bytes
コンパイル時間 1,780 ms
コンパイル使用メモリ 73,740 KB
実行使用メモリ 54,752 KB
最終ジャッジ日時 2024-04-15 02:47:15
合計ジャッジ時間 8,494 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 120 ms
54,388 KB
testcase_01 AC 122 ms
54,348 KB
testcase_02 AC 121 ms
54,136 KB
testcase_03 AC 109 ms
53,164 KB
testcase_04 AC 120 ms
54,396 KB
testcase_05 AC 124 ms
54,056 KB
testcase_06 AC 111 ms
52,732 KB
testcase_07 AC 120 ms
53,912 KB
testcase_08 AC 119 ms
54,140 KB
testcase_09 AC 122 ms
54,044 KB
testcase_10 AC 121 ms
54,404 KB
testcase_11 AC 121 ms
54,076 KB
testcase_12 AC 112 ms
53,480 KB
testcase_13 AC 118 ms
54,236 KB
testcase_14 AC 121 ms
54,220 KB
testcase_15 AC 118 ms
54,136 KB
testcase_16 AC 120 ms
54,040 KB
testcase_17 AC 118 ms
54,752 KB
testcase_18 AC 118 ms
54,236 KB
testcase_19 AC 105 ms
53,000 KB
testcase_20 AC 117 ms
54,036 KB
testcase_21 AC 112 ms
54,212 KB
testcase_22 AC 106 ms
52,712 KB
testcase_23 AC 117 ms
54,052 KB
testcase_24 AC 113 ms
53,800 KB
testcase_25 AC 111 ms
53,576 KB
testcase_26 AC 113 ms
52,992 KB
testcase_27 AC 106 ms
52,860 KB
testcase_28 AC 118 ms
54,180 KB
testcase_29 AC 116 ms
54,128 KB
testcase_30 AC 109 ms
53,756 KB
testcase_31 AC 115 ms
54,176 KB
testcase_32 AC 118 ms
54,368 KB
testcase_33 AC 116 ms
53,740 KB
testcase_34 AC 125 ms
54,248 KB
testcase_35 AC 109 ms
52,984 KB
testcase_36 AC 110 ms
52,968 KB
testcase_37 AC 108 ms
52,996 KB
testcase_38 AC 122 ms
54,272 KB
testcase_39 AC 120 ms
54,128 KB
testcase_40 AC 105 ms
52,884 KB
testcase_41 AC 112 ms
53,536 KB
testcase_42 AC 119 ms
53,988 KB
testcase_43 AC 103 ms
52,764 KB
testcase_44 AC 108 ms
52,956 KB
testcase_45 AC 119 ms
54,388 KB
testcase_46 AC 119 ms
54,624 KB
testcase_47 AC 116 ms
54,020 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Scanner;
public class Main{
	static final Scanner s=new Scanner(System.in);
	public static void main(String[]__){
		System.out.println(2017-s.nextInt());
	}
}
0