SP12448 GAMES - HOW MANY GAMES

Description

**Problem Statement:** A player has played unknown number of games. We know the average score of the player (sum of scores in all the games / no. of games). Find the minimum number of games the player should have played to achieve that average. The player can score any non-negative integer score in a game. **Input:** The first line consists of an integer t, the number of test cases. Each test case consists of a single [Rational Number](http://en.wikipedia.org/wiki/Rational_number) which represents the average score of the player. **Output:** For each test case, find the minimum number of matches the player should have played to achieve that average. **Input Constraints:** 1

Input Format

N/A

Output Format

N/A