結果
| 問題 | No.651 E869120 and Driving | 
| コンテスト | |
| ユーザー |  nobigomu | 
| 提出日時 | 2018-02-23 22:35:24 | 
| 言語 | Lua (LuaJit 2.1.1734355927) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 2 ms / 1,000 ms | 
| コード長 | 131 bytes | 
| コンパイル時間 | 130 ms | 
| コンパイル使用メモリ | 6,948 KB | 
| 実行使用メモリ | 6,944 KB | 
| 最終ジャッジ日時 | 2024-09-22 08:53:58 | 
| 合計ジャッジ時間 | 578 ms | 
| ジャッジサーバーID (参考情報) | judge4 / judge3 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 3 | 
| other | AC * 7 | 
ソースコード
local math = require 'math'
local i, f = math.modf(tonumber(io.stdin:read("*l"))/100)
print(string.format("%d:%02.0f", i+10, f*60))
            
            
            
        