#P1027. 图形计算8

图形计算8

Description

Enter the radius of the bottom and the height of the cylinder, calculate the volume and surface area of the cylinder then output them(the bottom and bottom exist).

Input Format

Two integers of the radius and the height of the cylinder.

Output Format

Two integers of the radius and the height of the cylinder.

2 4
50.2 75.4

Limit and hint

For 100%100\% testcases, r,h105 r,h\leq10^5.