Easy Question
Practice
4 (5 votes)
Very Easy
Problem
6% Success 1892 Attempts 10 Points 1s Time Limit 256MB Memory 1024 KB Max Code
This is the easiest question of the entire set. :D
Just find 6n and print last two digits.
Note : Suppose if your answer is 06 then print just 6.
Input
The first line of the input contains a single integer T (1 ≤ T≤ 10^5) — the number of test cases.
Each test case contains a single line containing single number n. ( 1 <= n <= 10^50 )
Output
Print T lines. In each line print the desired output
AUTHOR : spaul100
Submissions
Please login to view your submissions
Similar Problems
Points:10
80 votes
Tags:
Basic ProgrammingBasic MathMath BasicMath
Points:10
79 votes
Tags:
MathematicsBasic MathVery-EasyMathematics
Points:10
11 votes
Tags:
Basic MathAlgorithmsMath
Editorial
No editorial available for this problem.