You are viewing a single comment's thread. Return to all comments →
def solve(a, b, c): hcf=math.gcd(a,b) if c<=max(a,b) and c%hcf==0: return "YES" return "NO"
Seems like cookies are disabled on this browser, please enable them to open this website
Die Hard 3
You are viewing a single comment's thread. Return to all comments →