#8. makePi

makePi

Background

Description

Return an int array length 3 containing the first 3 digits of pi, {3, 1, 4}.

Format

Input

Output

Samples


[3, 1, 4]

Limitation

1s, 1024KiB for each test case.