結果
| 問題 | No.182 新規性の虜 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2015-04-20 14:25:21 |
| 言語 | Python2 (2.7.18) |
| 結果 |
AC
|
| 実行時間 | 111 ms / 5,000 ms |
| コード長 | 130 bytes |
| コンパイル時間 | 349 ms |
| コンパイル使用メモリ | 6,784 KB |
| 実行使用メモリ | 20,152 KB |
| 最終ジャッジ日時 | 2024-12-26 19:06:03 |
| 合計ジャッジ時間 | 3,247 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 27 |
ソースコード
#!/usr/bin/python from collections import Counter raw_input() A = map(int, raw_input().split()) print Counter(A).values().count(1)