結果

問題 No.530 年齢って毎年変わるし覚えるの難しいよね
ユーザー fal_rndfal_rnd
提出日時 2017-06-27 19:32:08
言語 Java21
(openjdk 21)
結果
AC  
実行時間 121 ms / 2,000 ms
コード長 176 bytes
コンパイル時間 2,297 ms
コンパイル使用メモリ 74,036 KB
実行使用メモリ 49,796 KB
最終ジャッジ日時 2024-10-04 11:41:37
合計ジャッジ時間 7,832 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 113 ms
41,440 KB
testcase_01 AC 101 ms
39,696 KB
testcase_02 AC 99 ms
40,156 KB
testcase_03 AC 104 ms
40,968 KB
testcase_04 AC 106 ms
41,216 KB
testcase_05 AC 116 ms
41,352 KB
testcase_06 AC 100 ms
40,060 KB
testcase_07 AC 101 ms
39,892 KB
testcase_08 AC 108 ms
40,840 KB
testcase_09 AC 97 ms
39,720 KB
testcase_10 AC 108 ms
40,824 KB
testcase_11 AC 109 ms
40,948 KB
testcase_12 AC 108 ms
40,916 KB
testcase_13 AC 121 ms
40,884 KB
testcase_14 AC 108 ms
41,120 KB
testcase_15 AC 106 ms
41,072 KB
testcase_16 AC 98 ms
40,164 KB
testcase_17 AC 97 ms
39,892 KB
testcase_18 AC 96 ms
39,592 KB
testcase_19 AC 107 ms
41,116 KB
testcase_20 AC 99 ms
39,840 KB
testcase_21 AC 98 ms
40,208 KB
testcase_22 AC 92 ms
39,680 KB
testcase_23 AC 105 ms
40,676 KB
testcase_24 AC 107 ms
40,652 KB
testcase_25 AC 107 ms
41,040 KB
testcase_26 AC 106 ms
40,592 KB
testcase_27 AC 108 ms
49,796 KB
testcase_28 AC 97 ms
39,752 KB
testcase_29 AC 98 ms
39,604 KB
testcase_30 AC 108 ms
40,912 KB
testcase_31 AC 94 ms
39,440 KB
testcase_32 AC 94 ms
39,472 KB
testcase_33 AC 107 ms
40,932 KB
testcase_34 AC 110 ms
41,624 KB
testcase_35 AC 113 ms
41,056 KB
testcase_36 AC 106 ms
40,796 KB
testcase_37 AC 98 ms
39,720 KB
testcase_38 AC 108 ms
41,160 KB
testcase_39 AC 108 ms
40,752 KB
testcase_40 AC 105 ms
40,700 KB
testcase_41 AC 98 ms
40,072 KB
testcase_42 AC 111 ms
41,168 KB
testcase_43 AC 93 ms
39,772 KB
testcase_44 AC 106 ms
41,004 KB
testcase_45 AC 105 ms
40,776 KB
testcase_46 AC 95 ms
39,472 KB
testcase_47 AC 106 ms
40,820 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