| ICPC India Online Prelims (2025 - 2026) |
|---|
| Закончено |
You are given a positive integer $$$c(1 \le c \le 10^7)$$$.
You need to find two positive integers $$$a$$$ and $$$b$$$ such that:
It can be proven that it is always possible to find $$$a$$$ and $$$b$$$ for the given constraints.
Each test contains multiple test cases. The first line contains a single integer $$$t$$$ ($$$1 \leq t \leq 2 \cdot 10^5$$$) — the number of test cases. The description of the test cases follows.
The only line of each test case contains an integer $$$c$$$ ($$$1 \le c \le 10^7$$$).
For each test case, output two integers $$$a$$$ and $$$b$$$.
3 1 2 7
88 71 80 62 1 35
| Название |
|---|


