import math t,a,b=map(int,input().split()) print((t-1)//a+(t-1)//b-(t-1)//(a//math.gcd(a,b)*b)+1)