first commit
from old repository to a new repository
This commit is contained in:
5
boj/10807.py
Normal file
5
boj/10807.py
Normal file
@@ -0,0 +1,5 @@
|
||||
n=int(input())
|
||||
arr=list(map(int,input().split()))
|
||||
s=int(input())
|
||||
|
||||
print(arr.count(s))
|
||||
Reference in New Issue
Block a user