結果

問題 No.1469 programing
ユーザー eseharaesehara
提出日時 2021-06-02 00:49:25
言語 OCaml
(5.1.0)
結果
WA  
実行時間 -
コード長 183 bytes
コンパイル時間 273 ms
コンパイル使用メモリ 19,820 KB
実行使用メモリ 14,608 KB
最終ジャッジ日時 2024-04-26 09:57:28
合計ジャッジ時間 9,156 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 2 ms
5,376 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 TLE -
testcase_12 -- -
testcase_13 -- -
testcase_14 -- -
testcase_15 -- -
testcase_16 -- -
testcase_17 -- -
権限があれば一括ダウンロードができます

ソースコード

diff #

read_line () |> String.to_seq |> Seq.fold_left (fun i x -> if ((String.length i) > 0) && (String.get i 0) = x then i else i ^ (String.make 1 x)) "" |> print_string;print_newline ();;
0