

Let N = 1. The smallest number whose factorial contains at least 1 trailing zeroes is 5 as 5! = 120.
The very first line of input contains an integer ‘T’ denoting the number of test cases.
The first line and only line of every test case contain an integer ‘N’ denoting the number of trailing zeros.
For each test case, the smallest number whose factorial contains at least N trailing zeroes is printed.
Output for each test case is printed on a separate line.
You do not need to print anything, it has already been taken care of. Just return the answer.
1 <= T <= 10
0 <= N <= 10^8
Time Limit: 1 sec
First Digit One
Special Digit Numbers
Minimize Maximum Adjacent Distance
Sorted Doubly Linked List to Balanced BST
Minimized Maximum of Products Distributed to Any Store