{"raw_statement":[{"iden":"statement","content":"A family consisting of father bear, mother bear and son bear owns three cars. Father bear can climb into the largest car and he likes it. Also, mother bear can climb into the middle car and she likes it. Moreover, son bear can climb into the smallest car and he likes it. It's known that the largest car is strictly larger than the middle car, and the middle car is strictly larger than the smallest car.\n\nMasha came to test these cars. She could climb into all cars, but she liked only the smallest car.\n\nIt's known that a character with size _a_ can climb into some car with size _b_ if and only if _a_ ≤ _b_, he or she likes it if and only if he can climb into this car and 2_a_ ≥ _b_.\n\nYou are given sizes of bears and Masha. Find out some possible integer non-negative sizes of cars."},{"iden":"input","content":"You are given four integers _V_1, _V_2, _V_3, _V__m_(1 ≤ _V__i_ ≤ 100) — sizes of father bear, mother bear, son bear and Masha, respectively. It's guaranteed that _V_1 > _V_2 > _V_3."},{"iden":"output","content":"Output three integers — sizes of father bear's car, mother bear's car and son bear's car, respectively.\n\nIf there are multiple possible solutions, print any.\n\nIf there is no solution, print \"_\\-1_\" (without quotes)."},{"iden":"examples","content":"Input\n\n50 30 10 10\n\nOutput\n\n50\n30\n10\n\nInput\n\n100 50 10 21\n\nOutput\n\n\\-1"},{"iden":"note","content":"In first test case all conditions for cars' sizes are satisfied.\n\nIn second test case there is no answer, because Masha should be able to climb into smallest car (so size of smallest car in not less than 21), but son bear should like it, so maximum possible size of it is 20."}],"translated_statement":null,"sample_group":[],"show_order":[],"formal_statement":null,"simple_statement":null,"has_page_source":false}