# Week 1 - Mathmatician V2

# Description

กลับมาอีกครั้งพร้อมกับความมันส์ วันนี้ทุกโรงภาพยนตร์ . . . ช่างมันเถอะ คราวนี้พี่ๆอยากให้น้องๆลองอ่านภาษาอังกฤษกันบ้าง

The Legendary Mathematician in the IT Ladkrabang is sick and he needs to stay in a hospital so he need your help. He wants you to create a program find values of

- Circumference of circle
- Area of circle
- Sphere volume
1
2
3

The Legendary Mathematician is so picky. He said he doesn't want decimal number, so you need to change your program output into the integer.

PS. Use pi values from math module. Find it by yourself 😄

# Specification

Input Specification Output Specification
real number 1 line
(unit: centimeters)
3 lines
1. Circumference of Circle
2. Area of circle
3. volume of circle
(unit: centimeters)

# Sample Case

Sample Input Sample Output
3 18 cm
28 cm^2
113 cm^3
5 31 cm
78 cm^2
523 cm^3
🕑: 9/4/2022, 2:32:20 PM