#871. [基础]圆周率
[基础]圆周率
No submission language available for this problem.
Background
圆周率啊,是个神奇的数字。
Description
现给出一个有 100 位小数的圆周率 3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679
需要你输出它的保留第 n (1≤ n ≤ 100) 位小数的数字
Format
Input
输入一个整数 n
Output
输出圆周率保留到第 n 位小数数字
Samples
2
3.14
32
3.14159265358979323846264338327950
Limitation
1s, 1024KiB for each test case.