結果
問題 |
No.651 E869120 and Driving
|
ユーザー |
![]() |
提出日時 | 2021-01-12 08:56:03 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 119 bytes |
コンパイル時間 | 148 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 10,752 KB |
最終ジャッジ日時 | 2024-11-21 09:34:55 |
合計ジャッジ時間 | 1,006 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 6 WA * 1 |
ソースコード
import math a=int(input()) n=60*(a/100) time1=math.ceil(10+n//60) time2=math.ceil(n%60) print(f'{time1:02}:{time2:02}')