restructure zeta/** to storage/zeta/**
This commit is contained in:
10
storage/zeta/py/1920.py
Normal file
10
storage/zeta/py/1920.py
Normal file
@@ -0,0 +1,10 @@
|
||||
N = int(input())
|
||||
A = list(map(int, input().split()))
|
||||
M = int(input())
|
||||
K = list(map(int, input().split()))
|
||||
|
||||
for k in K:
|
||||
if k in A:
|
||||
print(1)
|
||||
else:
|
||||
print(0)
|
||||
Reference in New Issue
Block a user