We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
defgetTotalX(a,b):# Write your code hereekuk=math.lcm(*a)ekub=math.gcd(*b)count=0foriinrange(ekuk,ekub+1):result=list(map(lambdax:i%x==0,a))ifFalsenotinresult:result2=list(map(lambday:y%i==0,b))ifFalsenotinresult2:count+=1returncount
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Between Two Sets
You are viewing a single comment's thread. Return to all comments →