結果
| 問題 | No.182 新規性の虜 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2017-04-15 15:54:08 |
| 言語 | F# (F# 10.0) |
| 結果 |
AC
|
| 実行時間 | 302 ms / 5,000 ms |
| コード長 | 146 bytes |
| 記録 | |
| コンパイル時間 | 7,685 ms |
| コンパイル使用メモリ | 206,000 KB |
| 実行使用メモリ | 76,544 KB |
| 最終ジャッジ日時 | 2026-06-02 02:10:49 |
| 合計ジャッジ時間 | 16,221 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 27 |
コンパイルメッセージ
復元対象のプロジェクトを決定しています... /home/judge/data/code/main.fsproj を復元しました (274 ミリ秒)。 main -> /home/judge/data/code/bin/Release/net10.0/main.dll main -> /home/judge/data/code/bin/Release/net10.0/publish/
ソースコード
let _ = stdin.ReadLine()
stdin.ReadLine().Split(' ')
|> Seq.groupBy id
|> Seq.filter (fun (_,b) -> Seq.length b = 1)
|> Seq.length
|> printfn "%d"