跳到主要内容
图灵 OJTURING / ONLINE JUDGE

#F2907. Monitor

    ID: 2913 传统题 2000ms 256MiB 尝试: 0 已通过: 0 难度: 5 上传者: 标签>二分数论算法思想数学进阶难度共享题库Codeforces英文题面题目来源题面语言

Monitor

题目描述

C. Monitor
time limit per test
0.5 second
memory limit per test
64 megabytes
input
standard input
output
standard output

Reca company makes monitors, the most popular of their models is AB999 with the screen size a×b centimeters. Because of some production peculiarities a screen parameters are integer numbers. Recently the screen sides ratio x:y became popular with users. That's why the company wants to reduce monitor AB999 size so that its screen sides ratio becomes x:y, at the same time they want its total area to be maximal of all possible variants. Your task is to find the screen parameters of the reduced size model, or find out that such a reduction can't be performed.

Input

The first line of the input contains 4 integers − a, b, x and y (1≤a,b,x,y≤2·109).

Output

If the answer exists, output 2 positive integers − screen parameters of the reduced size model. Output 0 0 otherwise.

Examples
Input
800 600 4 3
Output
800 600
Input
1920 1200 16 9
Output
1920 1080
Input
1 1 1 2
Output
0 0

题目来源:fps-www.educg.net-codeforce-1-2833.xml.zip;FPS 共享题包,题包内第 2578 题。保留原作者与原赛事署名。