結果
問題 | No.182 新規性の虜 |
ユーザー |
|
提出日時 | 2016-10-07 16:31:31 |
言語 | Python2 (2.7.18) |
結果 |
AC
|
実行時間 | 93 ms / 5,000 ms |
コード長 | 102 bytes |
コンパイル時間 | 497 ms |
コンパイル使用メモリ | 6,784 KB |
実行使用メモリ | 21,584 KB |
最終ジャッジ日時 | 2024-12-27 09:04:46 |
合計ジャッジ時間 | 3,125 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 27 |
ソースコード
from collections import Counter input() print sum(c==1 for c in Counter(raw_input().split()).values())