結果
| 問題 |
No.1672 404 Not Found
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-01-24 23:51:30 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 40 ms / 1,000 ms |
| コード長 | 77 bytes |
| コンパイル時間 | 522 ms |
| コンパイル使用メモリ | 82,440 KB |
| 実行使用メモリ | 52,096 KB |
| 最終ジャッジ日時 | 2024-06-26 08:26:01 |
| 合計ジャッジ時間 | 1,576 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 12 |
ソースコード
s = input()
if s[0] == "4" or s[0] == "5":
print("Yes")
else:
print("No")