結果
問題 |
No.182 新規性の虜
|
ユーザー |
|
提出日時 | 2016-10-07 16:29:59 |
言語 | Python2 (2.7.18) |
結果 |
WA
|
実行時間 | - |
コード長 | 101 bytes |
コンパイル時間 | 304 ms |
コンパイル使用メモリ | 6,912 KB |
実行使用メモリ | 21,716 KB |
最終ジャッジ日時 | 2024-11-21 19:44:16 |
合計ジャッジ時間 | 1,824 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 27 |
ソースコード
from collections import Counter input() print sum(c>1 for c in Counter(raw_input().split()).values())