Sun and Moon

아직 제출이 없습니다시간 제한1초메모리 제한1024 MB

문제

You recently missed an eclipse and are waiting for the next one! To see any eclipse from your home, the sun and the moon must be in alignment at specific positions. You know how many years ago the sun was in the right position, and how many years it takes for it to get back to that position. You know the same for the moon. When will you see the next eclipse?

입력

The input consists of two lines.

The first line contains two integers, d_sd\_s and y_sy\_s (0d_s<y_s50)(0 \le d\_s < y\_s \le 50), where d_sd\_s is how many years ago the sun was in the right position, and y_sy\_s is how many years it takes for the sun to be back in that position.

The second line contains two integers, d_md\_m and y_my\_m (0d_m<y_m50)(0 \le d\_m < y\_m \le 50), where d_md\_m is how many years ago the moon was in the right position, and y_my\_m is how many years it takes for the moon to be back in that position.

출력

Output a single integer, the number of years until the next eclipse. The data will be set in such a way that there is not an eclipse happening right now and there will be an eclipse within the next 5,0005\\,000 years.