传统题 1000ms 256MiB

派派派

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

Background

Can you memorize all digits of pi

Now lhq want to ask one of the smartest people in the world the value of pi from the Lth decimal place to the Rth decimal place.Of course that people is you.

At that time, the value of pi to the 15 th comes to your mind:3.141592653589793

You should take the value of pi from the Lth decimal place to the Rth decimal place.

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

Input

Two integers L(0<L15) and R(0<R15),(LR)

Output

In one line, print the value of pi from the Lth decimal place to the Rth decimal place.

Samples

3 5
159
2 2
4

Limitation

2s, 1024MB for each test case.

第一次周测补题

未参加
状态
已结束
规则
ACM/ICPC
题目
10
开始于
2023-10-23 20:00
结束于
2023-10-31 20:00
持续时间
192 小时
主持人
参赛人数
56