結果
| 問題 |
No.206 数の積集合を求めるクエリ
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2015-05-08 22:57:54 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 210 bytes |
| コンパイル時間 | 104 ms |
| コンパイル使用メモリ | 12,416 KB |
| 実行使用メモリ | 31,964 KB |
| 最終ジャッジ日時 | 2024-07-05 19:15:33 |
| 合計ジャッジ時間 | 2,617 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 28 |
ソースコード
L, M, N = map(int, input().split())
ase = set(list(map(int, input().split())))
bse = set(list(map(int, input().split())))
for _ in range(int(input())):
print(len(a & b))
bse = map(lambda x: x + 1, bse)