結果
| 問題 | No.558 575検出するやつ |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2017-10-27 19:02:26 |
| 言語 | OCaml (5.5.0) |
| 結果 |
AC
不安定
|
| 実行時間 | 1 ms / 2,000 ms |
| + 129µs | |
| コード長 | 145 bytes |
| 記録 | |
| コンパイル時間 | 133 ms |
| コンパイル使用メモリ | 21,248 KB |
| 実行使用メモリ | 6,528 KB |
| 最終ジャッジ日時 | 2026-09-12 07:22:07 |
| 合計ジャッジ時間 | 1,616 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 5 |
| other | AC * 15 |
コンパイルメッセージ
ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
ソースコード
let () = read_line () |> fun l -> Str.string_match (Str.regexp ".*575.*") l 0 |> (function | true -> "YES" | _ -> "NO") |> print_endline