Ivica has set up a new parquet flooring in his room. The room is \(L\) decimeters long and \(W\) decimeters wide.
The blocks are of quadratic shape and each has an area of one quadratic decimeter. Once Ivica had set up the flooring, which consists of brown-colored blocks, he decided to paint the blocks on the edge of the room red.
For example, in a room of size \(4 \times 3\) the outer blocks are red, while the remaining two inner blocks are brown.
Marica has come to visit Ivica. While Ivica was serving her cookies, she counted the number of blocks of each color. When she returned home, she recalled the two numbers and wished to calculate the dimensions of Ivica's room. Help her!
The first and only line of input contains two integers separated by a space, \(R\) (the number of red blocks) and \(B\) (the number of brown blocks), with \(8 \le R \le 5000\) and \(1 \le B \le 2\,000\,000\).
The first and only line of output must contain the dimensions of the room, \(L\) and \(W\), respectively. If the numbers differ, output the greater one first. The test data will ensure that a unique solution always exists.
Scoring: In test cases worth \(30\%\) of total points, the dimensions \(L\) and \(W\) will be equal.
| 서브태스크 | 점수 | 설명 |
|---|---|---|
Test 1 | 10점 | None |
Test 2 | 10점 | None |
Test 3 | 10점 | None |
Test 4 | 10점 | None |
Test 5 | 10점 | None |
Test 6 | 10점 | None |
Test 7 | 10점 | None |
Test 8 | 10점 | None |
Test 9 | 10점 | None |
Test 10 | 10점 | None |
8 13 310 24 324 248 6