結果
問題 |
No.182 新規性の虜
|
ユーザー |
![]() |
提出日時 | 2016-04-13 21:17:02 |
言語 | Python2 (2.7.18) |
結果 |
TLE
|
実行時間 | - |
コード長 | 83 bytes |
コンパイル時間 | 181 ms |
コンパイル使用メモリ | 6,912 KB |
実行使用メモリ | 17,504 KB |
最終ジャッジ日時 | 2024-10-04 07:51:19 |
合計ジャッジ時間 | 7,506 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 5 TLE * 1 -- * 21 |
ソースコード
n=input() a=map(int,raw_input().split()) print len([i for i in a if a.count(i)==1])