Luka started driving international routes with his truck. His biggest problem is the border with Slovenia. The border is a point of entrance into the European Union, so every truck is thoroughly examined. Because of this, Luka always has to wait several hours there. To kill the time, he comes up with various logic and math games.
In one of them, Luka first reads the numbers off of
Input Specification
The first line contains the integer
Each of the following
The input data will guarantee that at least one integer
Output Specification
Output all integers
Scoring
In test cases worth
Sample Input 1
3
6
34
38
Sample Output 1
2 4
Sample Input 2
5
5
17
23
14
83
Sample Output 2
3
In the first example, all integers give a remainder of
Comments
Please check the judge of this problem.
For this problem, you must not have any trailing spaces in your output and each line must terminate with a newline (
\n
).Thanks for help!