結果
問題 |
No.182 新規性の虜
|
ユーザー |
![]() |
提出日時 | 2019-09-20 10:09:51 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 138 bytes |
コンパイル時間 | 195 ms |
コンパイル使用メモリ | 12,672 KB |
実行使用メモリ | 25,448 KB |
最終ジャッジ日時 | 2024-09-13 20:13:11 |
合計ジャッジ時間 | 7,025 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 5 TLE * 1 -- * 21 |
ソースコード
# hello worldと表示する a=int(input()) b=input().split() c=[] for i in range(0,a)[::-1]: if b[i] not in c: c.append(b[i])