結果

問題 No.182 新規性の虜
ユーザー utsumidaisuke
提出日時 2017-12-31 15:14:13
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
RE  
実行時間 -
コード長 111 bytes
コンパイル時間 405 ms
コンパイル使用メモリ 12,288 KB
実行使用メモリ 17,432 KB
最終ジャッジ日時 2024-12-21 15:23:25
合計ジャッジ時間 2,467 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample RE * 3
other RE * 27
権限があれば一括ダウンロードができます

ソースコード

diff #

n = int(input())

count = 0
for i in input().split():
    if seq.count(i) == 1:
        count += 1
print(count)
0