Hình cầu

View as PDF

Submit solution

Points: 0.01
Time limit: 1.0s
Memory limit: 64M
Input: stdin
Output: stdout

Authors:
Problem type

Nhập vào diện tích S của một mặt cầu. Tính thể tích V của hình cầu này.

Input

Một dòng duy nhất chứa một số thực S là điện tích hình cầu

Output

Một dòng duy nhất là thể tích V của hình cầu. Kết quả làm tròn đến 4 chữ số thập phân

Lấy pi=3.14

Examples

Input

50.24

Output

33.4933

Comments

Please read the guidelines before commenting.


There are no comments at the moment.