結果
問題 |
No.651 E869120 and Driving
|
ユーザー |
|
提出日時 | 2018-06-03 04:18:37 |
言語 | Haskell (9.10.1) |
結果 |
AC
|
実行時間 | 2 ms / 1,000 ms |
コード長 | 258 bytes |
コンパイル時間 | 1,875 ms |
コンパイル使用メモリ | 176,112 KB |
実行使用メモリ | 6,940 KB |
最終ジャッジ日時 | 2024-09-22 09:00:42 |
合計ジャッジ時間 | 2,397 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 7 |
コンパイルメッセージ
Loaded package environment from /home/judge/.ghc/x86_64-linux-9.8.2/environments/default [1 of 2] Compiling Main ( Main.hs, Main.o ) [2 of 2] Linking a.out
ソースコード
-- yukicoder My Practice -- author: Leonardone @ NEETSDKASU main = putStrLn . take 5 . concat . map (reverse . (':' :) . take 2 . reverse . ('0' :) . show) . reverse . (uncurry (flip (:) . return)) . (`divMod` 60) . ((+) 600) . (`div` 10) . (* 6) =<< readLn