結果
問題 | No.1469 programing |
ユーザー | esehara |
提出日時 | 2021-06-02 00:51:28 |
言語 | OCaml (5.1.0) |
結果 |
TLE
|
実行時間 | - |
コード長 | 205 bytes |
コンパイル時間 | 265 ms |
コンパイル使用メモリ | 19,816 KB |
実行使用メモリ | 12,904 KB |
最終ジャッジ日時 | 2024-11-09 00:24:15 |
合計ジャッジ時間 | 6,818 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 1 ms
10,624 KB |
testcase_01 | AC | 1 ms
5,248 KB |
testcase_02 | AC | 2 ms
5,248 KB |
testcase_03 | AC | 2 ms
5,248 KB |
testcase_04 | AC | 2 ms
5,248 KB |
testcase_05 | AC | 3 ms
5,248 KB |
testcase_06 | AC | 2 ms
5,248 KB |
testcase_07 | AC | 3 ms
5,248 KB |
testcase_08 | AC | 411 ms
5,624 KB |
testcase_09 | AC | 766 ms
5,996 KB |
testcase_10 | AC | 644 ms
5,932 KB |
testcase_11 | TLE | - |
testcase_12 | -- | - |
testcase_13 | -- | - |
testcase_14 | -- | - |
testcase_15 | -- | - |
testcase_16 | -- | - |
testcase_17 | -- | - |
ソースコード
read_line () |> String.to_seq |> Seq.fold_left (fun i x -> if ((String.length i) > 0) && (String.get i ((String.length i) - 1)) = x then i else i ^ (String.make 1 x)) "" |> print_string;print_newline ();;