CF1790A.Polycarp and the Day of Pi

传统题 时间 2000 ms 内存 256 MiB 3 尝试 1 已通过 1 标签

Polycarp and the Day of Pi

On March 14, the day of the number π\pi is celebrated all over the world. This is a very important mathematical constant equal to the ratio of the circumference of a circle to its diameter.

Polycarp was told at school that the number π\pi is irrational, therefore it has an infinite number of digits in decimal notation. He wanted to prepare for the Day of the number π\pi by memorizing this number as accurately as possible.

Polycarp wrote out all the digits that he managed to remember. For example, if Polycarp remembered π\pi as 3.14153.1415, he wrote out 31415.

Polycarp was in a hurry and could have made a mistake, so you decided to check how many first digits of the number π\pi Polycarp actually remembers correctly.

Input

The first line of the input data contains the single integer tt (1t1031 \le t \le 10^3) — the number of test cases in the test.

Each test case is described by a single string of digits nn, which was written out by Polycarp.

The string nn contains up to 3030 digits.

Output

Output tt integers, each of which is the answer to the corresponding test case, that is how many first digits of the number π\pi Polycarp remembers correctly.

Samples

9
000
3
4141592653
141592653589793238462643383279
31420
31415
314159265358
27182
314159265358979323846264338327
0
1
0
0
3
5
12
0
30

在线编程 IDE

建议全屏模式获得最佳体验