Answered step by step
Verified Expert Solution
Question
1 Approved Answer
solve in C++ On March 14 , the day of the number is celebrated all over the world. This is a very important mathematical constant
solve in C++
On March 14 , the day of the number 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 is irrational, therefore it has an infinite number of digits in decimal notation. He wanted to prepare for the Day of the number by memorizing this number as accurately as possible. Polycarp wrote out all the digits that he managed to remember. For example, if Polycarp remembered as 3.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 Polycarp actually remembers correctly. Input The first line of the input data contains the single integer t(1t103) the number of test cases in the test. Each test case is described by a single string of digits n, which was written out by Polycarp. The string n contains up to 30 digits. Output Output t integers, each of which is the answer to the corresponding test case, that is how many first digits of the number Polycarp remembers correctly
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started