結果

問題 No.2014 Eggs Hatching
ユーザー 👑 yumechiyumechi
提出日時 2023-01-29 23:33:30
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 80 ms / 2,000 ms
コード長 45 bytes
コンパイル時間 447 ms
コンパイル使用メモリ 86,848 KB
実行使用メモリ 71,528 KB
最終ジャッジ日時 2023-09-12 05:26:16
合計ジャッジ時間 3,947 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 78 ms
70,960 KB
testcase_01 AC 77 ms
71,012 KB
testcase_02 AC 78 ms
71,528 KB
testcase_03 AC 78 ms
70,940 KB
testcase_04 AC 78 ms
71,224 KB
testcase_05 AC 79 ms
71,232 KB
testcase_06 AC 80 ms
70,936 KB
testcase_07 AC 78 ms
71,140 KB
testcase_08 AC 80 ms
71,096 KB
testcase_09 AC 78 ms
71,280 KB
testcase_10 AC 79 ms
71,192 KB
testcase_11 AC 77 ms
71,012 KB
testcase_12 AC 79 ms
71,168 KB
testcase_13 AC 77 ms
71,020 KB
testcase_14 AC 80 ms
71,308 KB
testcase_15 AC 78 ms
71,064 KB
testcase_16 AC 79 ms
71,312 KB
testcase_17 AC 78 ms
71,148 KB
testcase_18 AC 77 ms
71,392 KB
testcase_19 AC 77 ms
71,372 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print(min([int(i) for i in input().split()]))
0