結果

問題 No.1672 404 Not Found
ユーザー hayatroidhayatroid
提出日時 2021-09-10 21:53:32
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 35 ms / 1,000 ms
コード長 49 bytes
コンパイル時間 604 ms
コンパイル使用メモリ 82,464 KB
実行使用メモリ 53,768 KB
最終ジャッジ日時 2024-06-11 23:35:53
合計ジャッジ時間 2,509 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 35 ms
53,768 KB
testcase_01 AC 33 ms
52,632 KB
testcase_02 AC 35 ms
52,076 KB
testcase_03 AC 33 ms
51,772 KB
testcase_04 AC 33 ms
52,568 KB
testcase_05 AC 35 ms
53,312 KB
testcase_06 AC 34 ms
52,688 KB
testcase_07 AC 33 ms
52,120 KB
testcase_08 AC 35 ms
52,608 KB
testcase_09 AC 33 ms
51,672 KB
testcase_10 AC 32 ms
52,692 KB
testcase_11 AC 33 ms
51,560 KB
testcase_12 AC 34 ms
52,352 KB
testcase_13 AC 35 ms
51,896 KB
testcase_14 AC 34 ms
52,276 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print('Yes' if input()[0] in ('4','5') else 'No')
0