結果
| 問題 | No.182 新規性の虜 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2017-04-15 15:54:08 |
| 言語 | F# (F# 4.0) |
| 結果 |
AC
|
| 実行時間 | 516 ms / 5,000 ms |
| コード長 | 146 bytes |
| 記録 | |
| コンパイル時間 | 22,805 ms |
| コンパイル使用メモリ | 188,220 KB |
| 実行使用メモリ | 76,468 KB |
| 最終ジャッジ日時 | 2024-12-27 13:22:10 |
| 合計ジャッジ時間 | 29,709 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 27 |
コンパイルメッセージ
復元対象のプロジェクトを決定しています... /home/judge/data/code/main.fsproj を復元しました (515 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/
ソースコード
let _ = stdin.ReadLine()
stdin.ReadLine().Split(' ')
|> Seq.groupBy id
|> Seq.filter (fun (_,b) -> Seq.length b = 1)
|> Seq.length
|> printfn "%d"