結果
| 問題 | No.1469 programing |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-06-02 01:04:36 |
| 言語 | OCaml (5.4.1) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 226 bytes |
| 記録 | |
| コンパイル時間 | 169 ms |
| コンパイル使用メモリ | 21,180 KB |
| 実行使用メモリ | 8,560 KB |
| 最終ジャッジ日時 | 2026-05-09 04:58:35 |
| 合計ジャッジ時間 | 10,497 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 11 TLE * 1 -- * 3 |
ソースコード
read_line () |> String.to_seq |> Seq.fold_left (fun (i, last) x -> if ((String.length i) > 0) && (last = x) then (i, last) else (i ^ (String.make 1 x), x)) ("", '\x00') |> (fun (x, _) -> x) |> print_string; print_newline ();;