Toggle navigation
Home
Problems
Contests
Experiments
Status
Standings
Discuss
News
Login
Register
实验2-4 求边长
Time Limit: 1000 ms
Memory Limit: 65536 KiB
Submit
Statistic
Discuss
Problem Description
已知正方行的面积,编程求其边长并输出。
Input
一个不小于0的实数。
Output
以该实数为面积的正方形的边长,结果保留两位小数。
Sample Input
16
Sample Output
4.00
Hint
Source