結果

問題 No.652 E869120 and TimeZone
コンテスト
ユーザー nobigomu
提出日時 2018-03-21 18:32:43
言語 Lua
(LuaJit 2.1.1774638290)
コンパイル:
luajit -b _filename_ a.out
実行:
luajit _filename_
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 215 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 190 ms
コンパイル使用メモリ 7,840 KB
実行使用メモリ 7,720 KB
最終ジャッジ日時 2026-03-17 14:00:52
合計ジャッジ時間 1,471 ms
ジャッジサーバーID
(参考情報)
judge1_0 / judge2_1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 5
other AC * 30 WA * 1
権限があれば一括ダウンロードができます

ソースコード

diff #
raw source code

print((function (h, m, td, ctd)
	local t = (h+td-ctd)*60 + m
	return string.format("%02.0f:%02.0f", math.floor(t/60)%24, t%60)
end)(io.stdin:read("*n"), io.stdin:read("*n"), tonumber(io.stdin:read("*l"):sub(5)), 9))
0