SP1030 EIGHTS - Triple Fat Ladies

Description

Pattern Matchers have been designed for various sorts of patterns. Mr. HKP likes to observe patterns in numbers. After completing his extensive research on the squares of numbers, he has moved on to cubes. Now he wants to know all numbers whose cube ends in 888. Given a number **k**, help Mr. HKP find the k $ ^{th} $ number (indexed from 1) whose cube ends in 888.

Input Format

The first line of the input contains an integer **t**, the number of test cases. **t** test cases follow. Each test case consists of a single line containing a single integer **k** (1

Output Format

For each test case, output a single integer which denotes the k $ ^{th} $ number whose cube ends in 888. The result will be less than 2 $ ^{63} $ .