BlueBook
Given an integer
The first line of input will be the number of test cases
The pricing is as follows:
if
Input Specification
The first line of input will be the number of test cases
Output Specification
Output the cost in cents to mail the letter.
Sample Input
Copy
2
5
101
Sample Output
Copy
38
97
Comments