Gửi bài giải
Điểm:
1,00 (OI)
Giới hạn thời gian:
1.0s
Giới hạn bộ nhớ:
256M
Input:
stdin
Output:
stdout
Nguồn bài:
Dạng bài
Ngôn ngữ cho phép
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch
Write a program that takes a real number ~R~, the radius of a circle, as input.
Prints the perimeter and area of the circle (rounded to ~1~ decimal place), using ~π = 3.14~.
Input
- One real number ~R~ ~(R \leq 10^7)~.
Output
- The first line should print the perimeter of the circle.
- The second line should print the area of the circle.
Sample Input
1
Sample Output
6.3
3.1
Bình luận