結果
問題 | No.182 新規性の虜 |
ユーザー | hkawa117 |
提出日時 | 2015-09-09 23:37:32 |
言語 | Python2 (2.7.18) |
結果 |
RE
|
実行時間 | - |
コード長 | 375 bytes |
コンパイル時間 | 174 ms |
コンパイル使用メモリ | 6,912 KB |
実行使用メモリ | 12,564 KB |
最終ジャッジ日時 | 2024-07-19 05:08:24 |
合計ジャッジ時間 | 5,330 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | AC | 10 ms
6,144 KB |
testcase_03 | AC | 10 ms
6,144 KB |
testcase_04 | AC | 11 ms
6,144 KB |
testcase_05 | AC | 10 ms
6,144 KB |
testcase_06 | AC | 11 ms
6,272 KB |
testcase_07 | AC | 11 ms
6,016 KB |
testcase_08 | AC | 286 ms
9,484 KB |
testcase_09 | RE | - |
testcase_10 | RE | - |
testcase_11 | RE | - |
testcase_12 | RE | - |
testcase_13 | RE | - |
testcase_14 | RE | - |
testcase_15 | AC | 9 ms
6,144 KB |
testcase_16 | RE | - |
testcase_17 | RE | - |
testcase_18 | RE | - |
testcase_19 | RE | - |
testcase_20 | RE | - |
testcase_21 | RE | - |
testcase_22 | RE | - |
testcase_23 | AC | 9 ms
5,888 KB |
testcase_24 | AC | 874 ms
12,564 KB |
testcase_25 | RE | - |
testcase_26 | AC | 28 ms
6,912 KB |
testcase_27 | AC | 10 ms
6,016 KB |
evil01.txt | AC | 848 ms
12,544 KB |
evil02.txt | AC | 887 ms
12,672 KB |
ソースコード
N = int(raw_input()) input = sorted(raw_input().strip().split()) cnt = 0 while input: if len(input) == 0: break elif len(input) == 1: cnt += 1 break else: top = input.pop(0) nxt = input[0] if top == nxt: while index.remove(top): pass else: cnt += 1 print cnt