結果

問題 No.182 新規性の虜
ユーザー jamadjamad
提出日時 2017-07-14 05:26:32
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 70 ms / 5,000 ms
コード長 79 bytes
コンパイル時間 98 ms
コンパイル使用メモリ 12,544 KB
実行使用メモリ 22,652 KB
最終ジャッジ日時 2024-06-08 11:33:00
合計ジャッジ時間 2,258 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 26 ms
10,368 KB
testcase_01 AC 26 ms
10,496 KB
testcase_02 AC 27 ms
10,496 KB
testcase_03 AC 27 ms
10,368 KB
testcase_04 AC 25 ms
10,368 KB
testcase_05 AC 28 ms
10,496 KB
testcase_06 AC 30 ms
10,368 KB
testcase_07 AC 26 ms
10,496 KB
testcase_08 AC 50 ms
17,748 KB
testcase_09 AC 64 ms
19,900 KB
testcase_10 AC 62 ms
19,168 KB
testcase_11 AC 53 ms
18,280 KB
testcase_12 AC 39 ms
13,820 KB
testcase_13 AC 27 ms
10,368 KB
testcase_14 AC 28 ms
10,368 KB
testcase_15 AC 27 ms
10,496 KB
testcase_16 AC 27 ms
10,496 KB
testcase_17 AC 28 ms
10,368 KB
testcase_18 AC 55 ms
15,308 KB
testcase_19 AC 46 ms
14,168 KB
testcase_20 AC 38 ms
12,544 KB
testcase_21 AC 59 ms
15,484 KB
testcase_22 AC 42 ms
13,184 KB
testcase_23 AC 27 ms
10,368 KB
testcase_24 AC 70 ms
22,652 KB
testcase_25 AC 47 ms
11,776 KB
testcase_26 AC 31 ms
11,520 KB
testcase_27 AC 27 ms
10,496 KB
evil01.txt AC 76 ms
24,808 KB
evil02.txt AC 73 ms
24,936 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

input()
A={}
for x in input().split():A[x]=(1,0)[x in A]
print(sum(A.values()))
0