結果
問題 | No.651 E869120 and Driving |
ユーザー | muu16 |
提出日時 | 2018-08-31 14:06:37 |
言語 | Ruby (3.4.1) |
結果 |
AC
|
実行時間 | 89 ms / 1,000 ms |
コード長 | 168 bytes |
コンパイル時間 | 53 ms |
コンパイル使用メモリ | 7,680 KB |
実行使用メモリ | 12,416 KB |
最終ジャッジ日時 | 2024-09-22 09:02:31 |
合計ジャッジ時間 | 1,499 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 7 |
コンパイルメッセージ
Syntax OK
ソースコード
moku = gets.chomp.to_i zikan2 = moku / 100 b = zikan2 + 10 zikan = moku / 100.0 fun = zikan * 10 * 6 c = fun % 60 d = c.to_i e = format("%02d", d) puts "#{b}:#{e}"