t,a,b = gets.chomp.split(" ").map(&:to_i) l = a.lcm(b) p 1+(t-1)/a + (t-1)/b - (t-1)/l