結果
| 問題 | No.1672 404 Not Found |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-01-24 23:51:30 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 66 ms / 1,000 ms |
| + 180µs | |
| コード長 | 77 bytes |
| 記録 | |
| コンパイル時間 | 1,562 ms |
| コンパイル使用メモリ | 95,600 KB |
| 実行使用メモリ | 78,976 KB |
| 最終ジャッジ日時 | 2026-07-30 10:24:30 |
| 合計ジャッジ時間 | 2,409 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 12 |
ソースコード
s = input()
if s[0] == "4" or s[0] == "5":
print("Yes")
else:
print("No")