import math a,b,c=[input()for i in[0]*3] b=1.*a/b c=1.*a/c print b,c print["YES","NO"][math.ceil(b)/math.ceil(c)<1.5]