传统题 1000ms 256MiB

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

Background

Can you memorize all digits of pi

Now mq want to ask one of the smartest people in the world the first NN digits of pi.Of course that people is you.

At that time, the value of pi to the 100 th comes to your mind:3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679

You should value of pi to the N th decimal place.

More precisely, truncate the value of pi to decimal places and print the result without removing the trailing s

Input

One integers N(0<N100)N(0 < N \le 100 )

Output

Print the value of pi to the NNth decimal place in a single line.

Samples

4
3.1415

Limitation

2s, 1024MB for each test case.

hncpc积分选拔赛

未参加
状态
已结束
规则
ACM/ICPC
题目
5
开始于
2023-8-22 14:00
结束于
2023-8-22 17:00
持续时间
3 小时
主持人
参赛人数
32