結果
| 問題 | No.651 E869120 and Driving |
| コンテスト | |
| ユーザー |
hooooyaert
|
| 提出日時 | 2018-07-24 12:44:46 |
| 言語 | Python3 (3.14.3 + numpy 2.4.2 + scipy 1.17.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 137 bytes |
| 記録 | |
| コンパイル時間 | 546 ms |
| コンパイル使用メモリ | 20,724 KB |
| 実行使用メモリ | 15,488 KB |
| 最終ジャッジ日時 | 2026-03-07 12:26:15 |
| 合計ジャッジ時間 | 2,133 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 WA * 1 |
| other | AC * 7 |
ソースコード
a = int(input()) time = a/100 hour = 10 + int(time) min = str(int(100 + (time - int(time))*60)) m = min[1:] print(str(hour)+':'+m)
hooooyaert