#!/usr/bin/env ruby
#-*-coding:utf-8 -*-
print("数字を入れる\n")
pi=gets.to_f
printf("円周率は%5.3fです。\n",pi)
