Number
时间限制:C/C++/Rust/Pascal 1秒,其他语言2秒
空间限制:C/C++/Rust/Pascal 32 M,其他语言64 M
Special Judge, 64bit IO Format: %lld

题目描述

I have a very simple problem for you. Given a positive integeter  and a prime number , your job is to output a positive number which is divisible by and has exactly digits. Please output "T_T" if you can not find such number.

输入描述:

The first line of the input file contains two integers  and is a prime number.

输出描述:

Output one number (without leading zeros) or "T_T"
示例1

输入

复制
2 5

输出

复制
10
示例2

输入

复制
1 11

输出

复制
T_T
示例3

输入

复制
5 2

输出

复制
10000