Lady Layton with Age
题号:NC200014
时间限制:C/C++/Rust/Pascal 1秒,其他语言2秒
空间限制:C/C++/Rust/Pascal 256 M,其他语言512 M
64bit IO Format: %lld

题目描述

Lady Layton come to your house.

Now she want to guess your age.

There are some information she knows:

Your family have 5 members :  and you.

The  is 4 years younger than you.

The  is 3 years younger than .

The  is 4 years younger than .

The  is 3 years older than .

If  is x years old, then how old are you?

输入描述:


The first line contains one integer T(1<=T<=10)— the number of test cases.

The only line of each test case contains one integers x(1<=x<=100) — the age of .

输出描述:

For each test case print one integer in one line — the age of you.
示例1

输入

复制
1
19

输出

复制
19