#P1025. 图形计算6

图形计算6

Description

Enter the radius of the circle, calculate the circumference and area of the circle then output them.

Input Format

On integer of the radius.

Output Format

Two numbers of the circumference and area of the circle(Result only one decimal).

3
18.8 28.3

Limit and hint

For 100%100\% testcases, r105 r\leq10^5.