結果

問題 No.304 鍵(1)
ユーザー taktak
提出日時 2018-08-13 12:06:32
言語 F#
(F# 4.0)
結果
AC  
実行時間 401 ms / 2,000 ms
コード長 168 bytes
コンパイル時間 19,502 ms
コンパイル使用メモリ 197,352 KB
実行使用メモリ 51,544 KB
平均クエリ数 309.17
最終ジャッジ日時 2024-07-17 01:52:06
合計ジャッジ時間 22,568 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 364 ms
50,316 KB
testcase_01 AC 366 ms
51,544 KB
testcase_02 AC 401 ms
51,252 KB
testcase_03 AC 364 ms
50,432 KB
testcase_04 AC 378 ms
51,380 KB
testcase_05 AC 362 ms
50,200 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
  復元対象のプロジェクトを決定しています...
  /home/judge/data/code/main.fsproj を復元しました (478 ms)。
MSBuild のバージョン 17.9.6+a4ecab324 (.NET)
/home/judge/data/code/Main.fs(6,1): warning FS0020: この式の結果の型は 'string list' で、暗黙的に無視されます。'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/

ソースコード

diff #

let f (output:string) =
    stdout.WriteLine output
    let result = stdin.ReadLine()
    result = "locked"

[0 .. 999]
|> List.map(sprintf "%03d")
|> List.takeWhile(f)
0