結果
問題 |
No.182 新規性の虜
|
ユーザー |
![]() |
提出日時 | 2020-12-10 09:30:50 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 137 bytes |
コンパイル時間 | 159 ms |
コンパイル使用メモリ | 82,400 KB |
実行使用メモリ | 102,856 KB |
最終ジャッジ日時 | 2024-09-19 17:21:35 |
合計ジャッジ時間 | 3,527 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 WA * 2 |
other | AC * 1 WA * 26 |
ソースコード
n = int(input()) *a, = map(int,input().split()) from collections import Counter d = Counter(a) print(sum(1 for k,v in d.items() if k==1))