CF1968A Maximize?

Description

You are given an integer $ x $ . Your task is to find any integer $ y $ $ (1\le y

Input Format

The first line contains a single integer $ t $ ( $ 1 \le t \le 1000 $ ) — the number of test cases. Each of the following $ t $ lines contains a single integer $ x $ ( $ 2 \le x \le 1000 $ ).

Output Format

For each test case, output any $ y $ ( $ 1 \le y < x $ ), which satisfies the statement.