B. Calculate The Area

B. Calculate The Area
time limit per test
1.5 seconds
memory limit per test
256 megabytes
input
standard input
output
standard output
Mahmoud bought a rectangular shaped land, it's area was n units2.
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.
Input
The input contains single integer n , (1n200) represent the area 
Output
Print two integers that represent the height and the width of the rectangle, if there are multiple solutions print any of them.
Examples
input
Copy
20
output
Copy
4 5
input
Copy
16
output
Copy
4 4
input
Copy
6
output
Copy
2 3
Note
area = height*width

Comments

Popular posts from this blog

How to pass parameters in webhook?

Access and modify all the resources of our Wiki.js using WikiJS API

Fahrenheit to Celsius