結果

問題 No.182 新規性の虜
ユーザー regeregeregerege
提出日時 2017-04-15 15:54:08
言語 F#
(F# 4.0)
結果
AC  
実行時間 429 ms / 5,000 ms
コード長 146 bytes
コンパイル時間 11,931 ms
コンパイル使用メモリ 189,576 KB
実行使用メモリ 76,716 KB
最終ジャッジ日時 2024-06-08 10:22:42
合計ジャッジ時間 23,237 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 297 ms
35,388 KB
testcase_01 AC 304 ms
35,516 KB
testcase_02 AC 300 ms
35,652 KB
testcase_03 AC 298 ms
35,620 KB
testcase_04 AC 320 ms
35,496 KB
testcase_05 AC 304 ms
35,404 KB
testcase_06 AC 297 ms
35,644 KB
testcase_07 AC 297 ms
35,512 KB
testcase_08 AC 363 ms
56,448 KB
testcase_09 AC 387 ms
70,772 KB
testcase_10 AC 382 ms
64,640 KB
testcase_11 AC 363 ms
60,532 KB
testcase_12 AC 330 ms
46,620 KB
testcase_13 AC 302 ms
35,648 KB
testcase_14 AC 304 ms
35,664 KB
testcase_15 AC 299 ms
35,520 KB
testcase_16 AC 305 ms
35,648 KB
testcase_17 AC 299 ms
35,380 KB
testcase_18 AC 333 ms
47,104 KB
testcase_19 AC 325 ms
43,788 KB
testcase_20 AC 319 ms
41,624 KB
testcase_21 AC 337 ms
48,512 KB
testcase_22 AC 333 ms
42,616 KB
testcase_23 AC 305 ms
35,392 KB
testcase_24 AC 429 ms
76,716 KB
testcase_25 AC 324 ms
44,416 KB
testcase_26 AC 324 ms
40,512 KB
testcase_27 AC 299 ms
35,520 KB
evil01.txt AC 429 ms
78,464 KB
evil02.txt AC 425 ms
78,208 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
  復元対象のプロジェクトを決定しています...
  /home/judge/data/code/main.fsproj を復元しました (499 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 _ = stdin.ReadLine()
stdin.ReadLine().Split(' ')
|> Seq.groupBy id
|> Seq.filter (fun (_,b) -> Seq.length b = 1)
|> Seq.length
|> printfn "%d"
0