Calculating the Area of Circle - Simple


Submit solution

Points: 1 (partial)
Time limit: 5.0s
Memory limit: 64M

Authors:
Problem type

題目說明

計算圓面積(PI=3.14)

輸入

半徑數值

輸出

圓面積

範例輸入 #1

5

範例輸出 #1

78.5

範例輸入 #2

3.5

範例輸出 #2

38.465

Comments

There are no comments at the moment.