406408: GYM102397 B Calculate The Area
Memory Limit:256 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
B. Calculate The Areatime limit per test1.5 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard output
Mahmoud bought a rectangular shaped land, it's area was $$$n$$$ $$$units^2$$$.
His best friend Ayoub asked him to calculate the height and the width of the land.
Mahmoud hates math, can you help him to calculate the height and the width of the land?
If there are multiple solutions print any of them.
InputThe input contains single integer $$$n$$$ , $$$(1 \leq n \leq 200)$$$ represent the area
OutputPrint two integers that represent the height and the width of the rectangle, if there are multiple solutions print any of them.
ExamplesInput20Output
4 5Input
16Output
4 4Input
6Output
2 3Note
area = height*width