結果

問題 No.1672 404 Not Found
ユーザー 👑 rin204rin204
提出日時 2021-09-18 09:57:17
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 36 ms / 1,000 ms
コード長 50 bytes
コンパイル時間 203 ms
コンパイル使用メモリ 82,252 KB
実行使用メモリ 53,436 KB
最終ジャッジ日時 2024-06-30 06:53:22
合計ジャッジ時間 1,709 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 30 ms
52,128 KB
testcase_01 AC 31 ms
52,364 KB
testcase_02 AC 36 ms
53,436 KB
testcase_03 AC 31 ms
51,812 KB
testcase_04 AC 34 ms
51,960 KB
testcase_05 AC 30 ms
51,680 KB
testcase_06 AC 31 ms
52,024 KB
testcase_07 AC 31 ms
51,756 KB
testcase_08 AC 31 ms
52,640 KB
testcase_09 AC 31 ms
52,184 KB
testcase_10 AC 32 ms
52,824 KB
testcase_11 AC 32 ms
51,820 KB
testcase_12 AC 33 ms
52,728 KB
testcase_13 AC 34 ms
52,096 KB
testcase_14 AC 34 ms
53,052 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

S = input()
print("Yes" if S[0] in "45" else "No")
0