You are given 4 positive integers N, a, b, and c.
Your task is to calculate the total number of integers from 1 to N that are divisible by either a, b, or c.
Input Format
Output Format:
Constraints
In the first test case, there are total 4 numbers (5, 7, 9, 10) which are divisble by 5, 7 or 9.
In the second test case, there are total 7 numbers (3, 5, 6, 9, 10, 12, 15) which are divisble by 3, 5 or 10.