a=int(input())
s=1
k={}
for i in list(map(int,input().split())):
if not k.get(i):
k[i]=1
else:
k[i]+=1
s=max(k[i],s)
print(s)
a=int(input())
s=1
k={}
for i in list(map(int,input().split())):
if not k.get(i):
k[i]=1
else:
k[i]+=1
s=max(k[i],s)
print(s)
Hi friends....
In this blog I'm going to give answer for daily test skillrack program, daily challenges and kick start programs and give some coding techniques.
It'll be helpful for u sure and make it usefull
Learn More →
0 Comments