結果

問題 No.112 ややこしい鶴亀算
ユーザー regeregeregerege
提出日時 2016-04-17 19:34:05
言語 F#
(F# 4.0)
結果
AC  
実行時間 343 ms / 5,000 ms
コード長 365 bytes
コンパイル時間 6,100 ms
コンパイル使用メモリ 185,192 KB
実行使用メモリ 35,744 KB
最終ジャッジ日時 2024-10-04 10:29:17
合計ジャッジ時間 15,799 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 332 ms
35,364 KB
testcase_01 AC 333 ms
34,784 KB
testcase_02 AC 328 ms
35,228 KB
testcase_03 AC 341 ms
35,140 KB
testcase_04 AC 334 ms
35,192 KB
testcase_05 AC 331 ms
35,068 KB
testcase_06 AC 330 ms
35,308 KB
testcase_07 AC 329 ms
34,720 KB
testcase_08 AC 331 ms
35,056 KB
testcase_09 AC 334 ms
35,052 KB
testcase_10 AC 323 ms
34,824 KB
testcase_11 AC 331 ms
35,744 KB
testcase_12 AC 343 ms
34,716 KB
testcase_13 AC 329 ms
35,064 KB
testcase_14 AC 332 ms
35,060 KB
testcase_15 AC 326 ms
35,096 KB
testcase_16 AC 321 ms
35,620 KB
testcase_17 AC 334 ms
35,100 KB
testcase_18 AC 327 ms
35,104 KB
testcase_19 AC 325 ms
35,064 KB
testcase_20 AC 326 ms
35,196 KB
testcase_21 AC 323 ms
34,856 KB
testcase_22 AC 320 ms
35,072 KB
testcase_23 AC 327 ms
34,724 KB
testcase_24 AC 323 ms
35,064 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
  復元対象のプロジェクトを決定しています...
  /home/judge/data/code/main.fsproj を復元しました (210 ms)。
MSBuild のバージョン 17.9.6+a4ecab324 (.NET)
  main -> /home/judge/data/code/bin/Release/net8.0/main.dll
  main -> /home/judge/data/code/bin/Release/net8.0/publish/

ソースコード

diff #

let a = stdin.ReadLine() |> int
let l =
    stdin.ReadLine().Split(' ')
    |> Seq.map int
    |> Seq.groupBy id
    |> Seq.sortBy fst
    |> Seq.map (fun (a,b) -> a,Seq.length b)
    |> Seq.toList
let l2 = List.map snd l
let x,y =
    if l.Length = 2 then l2.[1],l2.[0]
    else
        let s = fst l.[0]
        if (s+2)/2=a then a,0 else 0,a
printfn "%d %d" x y
0