結果
| 問題 | No.2371 最大の試練それは起床 |
| コンテスト | |
| ユーザー |
モンサンミッシェル
|
| 提出日時 | 2023-07-09 21:03:39 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 110 bytes |
| 記録 | |
| コンパイル時間 | 587 ms |
| コンパイル使用メモリ | 20,956 KB |
| 実行使用メモリ | 15,448 KB |
| 最終ジャッジ日時 | 2026-04-03 15:46:22 |
| 合計ジャッジ時間 | 3,611 ms |
|
ジャッジサーバーID (参考情報) |
judge5_1 / judge4_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 WA * 1 |
| other | AC * 14 WA * 5 |
ソースコード
H,M = map(str,input().split())
H = H.zfill(2)
M = M.zfill(2)
HM = int(H+M)
print("Yes" if HM < 730 else "No")
モンサンミッシェル