結果

問題 No.530 年齢って毎年変わるし覚えるの難しいよね
ユーザー HAGI_TAROHAGI_TARO
提出日時 2021-10-04 08:03:39
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 64 ms / 2,000 ms
コード長 26 bytes
コンパイル時間 292 ms
コンパイル使用メモリ 87,260 KB
実行使用メモリ 71,672 KB
最終ジャッジ日時 2023-09-29 12:33:33
合計ジャッジ時間 5,328 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 59 ms
71,124 KB
testcase_01 AC 58 ms
71,420 KB
testcase_02 AC 59 ms
71,296 KB
testcase_03 AC 59 ms
71,300 KB
testcase_04 AC 58 ms
71,432 KB
testcase_05 AC 62 ms
71,436 KB
testcase_06 AC 59 ms
71,472 KB
testcase_07 AC 57 ms
71,672 KB
testcase_08 AC 57 ms
71,504 KB
testcase_09 AC 56 ms
71,440 KB
testcase_10 AC 55 ms
71,660 KB
testcase_11 AC 61 ms
71,168 KB
testcase_12 AC 60 ms
71,296 KB
testcase_13 AC 58 ms
71,444 KB
testcase_14 AC 61 ms
71,444 KB
testcase_15 AC 55 ms
71,128 KB
testcase_16 AC 60 ms
71,500 KB
testcase_17 AC 57 ms
71,588 KB
testcase_18 AC 58 ms
71,372 KB
testcase_19 AC 58 ms
71,660 KB
testcase_20 AC 60 ms
71,596 KB
testcase_21 AC 60 ms
71,652 KB
testcase_22 AC 64 ms
71,172 KB
testcase_23 AC 60 ms
71,180 KB
testcase_24 AC 60 ms
71,292 KB
testcase_25 AC 61 ms
71,568 KB
testcase_26 AC 60 ms
71,120 KB
testcase_27 AC 58 ms
71,540 KB
testcase_28 AC 59 ms
71,420 KB
testcase_29 AC 58 ms
71,348 KB
testcase_30 AC 59 ms
71,472 KB
testcase_31 AC 60 ms
71,300 KB
testcase_32 AC 58 ms
71,424 KB
testcase_33 AC 61 ms
71,368 KB
testcase_34 AC 59 ms
71,124 KB
testcase_35 AC 55 ms
71,640 KB
testcase_36 AC 59 ms
71,368 KB
testcase_37 AC 56 ms
71,660 KB
testcase_38 AC 56 ms
71,124 KB
testcase_39 AC 57 ms
71,376 KB
testcase_40 AC 56 ms
71,164 KB
testcase_41 AC 59 ms
71,316 KB
testcase_42 AC 55 ms
71,492 KB
testcase_43 AC 57 ms
71,164 KB
testcase_44 AC 57 ms
71,128 KB
testcase_45 AC 58 ms
71,404 KB
testcase_46 AC 58 ms
71,444 KB
testcase_47 AC 57 ms
71,328 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print(2017 - int(input()))
0