| Kotlin Heroes: Episode 12 |
|---|
| Finished |
Monocarp is going to register on the Codeforces website, but he can't come up with a sufficiently secure password. The requirements that his password must meet are as follows:
Write a program that generates a password that meets all the requirements.
The first line contains a single integer $$$t$$$ ($$$1 \le t \le 1000$$$) — the number of test cases.
Each test case consists of one line containing three integers $$$a$$$, $$$b$$$, and $$$c$$$ ($$$1 \le a, b, c \le 10$$$).
For each test case, output one line containing any suitable password. It can be shown that there is always at least one password that meets the requirements.
22 1 63 3 6
abaCaba42 b3sTpAs5w0rD
| Name |
|---|


