BYECAKES - Bye Bye Cakes

no tags 

John is moving to a different city and he wants to use all his perishable food before doing it, to avoid wasting. Luckily all he has now is eggs, flour, sugar and milk, so he is going to make his famous cakes and give them to his friends as a goodbye gift. John only knows how to make an entire cake and not half a cake, a third of a cake, or any other portion. So, he will buy whatever is needed of each ingredient so that he can make an integer number of cakes and have nothing left. Of course, he wants to spend as little money as possible. You must help John to decide how much he should buy of each ingredient.

Input

The input contains several test cases. Each test case is described in a single line that contains eight integers E, F, S, M, E', F', S' and M' separated by single spaces. Values E and E' are numbers of eggs, F and F' are grams of flour, S and S' are grams of sugar, and M and M' are centiliters of milk. For each ingredient, X is the amount John has (0 ≤ X ≤ 1000), while X' is the amount needed to make a single cake (1 ≤ X ≤ 1000). The last line of the input contains the number −1 eight times separated by single spaces and should not be processed as a test case.

Output

For each test case output a single line with four non-negative integers separated by single spaces, representing the amount of each ingredient John needs to buy, in the same order and units as the input.

Example

Input:
2 3 4 5 1 1 1 1
3 6 9 0 1 2 3 4
-1 -1 -1 -1 -1 -1 -1 -1

Output: 3 2 1 0
0 0 0 12

hide comments
sharif ullah: 2016-11-12 18:13:44

remember its integer number of cakes !!!! && X is the amount John has (0 ≤ X ≤ 1000)!!!

surajmall: 2016-10-20 12:14:48

simple only thinking required no algorithm , good question for beginners

prasoonbatham: 2016-10-13 20:00:15

50th

madhavgaba: 2016-10-02 17:37:33

Beware of corner cases....Costed me 3 WA:(

sas1905: 2016-09-16 22:27:19

Finally AC ..!! After 3 WA..

Last edit: 2016-09-16 22:33:49
praney_rai: 2016-09-07 18:43:50

finally AC after 2 WA :(
#frustrated

pwnclub: 2016-08-31 19:40:41

AC after changing logic of my program. If you're really struggling- remember, keep it simple!

Last edit: 2016-09-01 03:39:03
Ray Brish Bhanu: 2016-08-18 18:05:31

my century on spoj...take care of a/b

mkfeuhrer: 2016-06-16 23:48:46

tutorials !! easy :-)

gautam: 2016-04-10 15:31:27

too easy ..;)


Added by:Pablo Ariel Heiber
Date:2010-08-19
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: NODEJS OBJC PERL6 VB.NET
Resource:FCEyN UBA ICPC Selection 2008