You are given a positive integer n which is at most 100. Please find a positive integer satisfying the following conditions: 1. The sum of all digits of this number is dividable by n. 2. This number is also dividable by n. 3. This number contains no more than 10410^4104 digits. If such an integer doesn't exist, output "Impossible" . If there are multiple such integers, please output any one.
You are given a positive integer n which is at most 100. Please find a positive integer satisfying the following conditions: 1. The sum of all digits of this number is dividable by n. 2. This number is also dividable by n. 3. This number contains no more than 10410^4104 digits. If such an integer doesn't exist, output "Impossible" (without quotation marks). If there are multiple such integers, please output any one.
(图片来源网络,侵删)