結果
| 問題 |
No.1672 404 Not Found
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-12-25 13:52:36 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
AC
|
| 実行時間 | 39 ms / 1,000 ms |
| コード長 | 78 bytes |
| コンパイル時間 | 265 ms |
| コンパイル使用メモリ | 82,272 KB |
| 実行使用メモリ | 53,324 KB |
| 最終ジャッジ日時 | 2024-09-21 16:09:41 |
| 合計ジャッジ時間 | 1,673 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 12 |
ソースコード
S = input()
if S[0] == '4' or S[0] == '5':
print('Yes')
else:
print('No')