結果
問題 | No.304 鍵(1) |
ユーザー | ichibanshibori |
提出日時 | 2016-05-15 18:59:19 |
言語 | F# (F# 4.0) |
結果 |
AC
|
実行時間 | 146 ms / 2,000 ms |
コード長 | 201 bytes |
コンパイル時間 | 11,364 ms |
コンパイル使用メモリ | 202,804 KB |
実行使用メモリ | 49,452 KB |
平均クエリ数 | 309.17 |
最終ジャッジ日時 | 2024-07-16 23:43:11 |
合計ジャッジ時間 | 12,383 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 92 ms
48,856 KB |
testcase_01 | AC | 96 ms
48,472 KB |
testcase_02 | AC | 146 ms
49,452 KB |
testcase_03 | AC | 95 ms
48,728 KB |
testcase_04 | AC | 119 ms
48,856 KB |
testcase_05 | AC | 98 ms
48,864 KB |
コンパイルメッセージ
復元対象のプロジェクトを決定しています... /home/judge/data/code/main.fsproj を復元しました (319 ms)。 MSBuild のバージョン 17.9.6+a4ecab324 (.NET) /home/judge/data/code/Main.fs(7,1): warning FS0020: この式の結果の型は 'bool' で、暗黙的に無視されます。'ignore' を使用してこの値を明示的に破棄してください (例: 'expr |> ignore')。または 'let' を使用して結果を名前にバインドします (例: 'let result = expr')。 [/home/judge/data/code/main.fsproj] main -> /home/judge/data/code/bin/Release/net8.0/main.dll main -> /home/judge/data/code/bin/Release/net8.0/publish/
ソースコード
let judge s = printfn "%s" s stdout.Flush () let resp = stdin.ReadLine () resp = "unlocked" seq {for i in 0..999 -> System.String.Format ("{0:000}", i)} |> Seq.exists judge