#K67672. Last Ten Digits of a Massive Number

    ID: 32695 Type: Default 1000ms 256MiB

Last Ten Digits of a Massive Number

Last Ten Digits of a Massive Number

Calculate the last ten digits of the number $$28433 \times 2^{7830457} + 1$$. In this problem, you are required to compute the last ten digits of the expression and print them as a 10-digit number, including any necessary leading zeros. Note that the calculation must be done using modular arithmetic for efficiency.

inputFormat

This problem does not require any input from stdin.

outputFormat

Output a single line containing the last ten digits of the number $$28433 \times 2^{7830457} + 1$$. The result must be printed with exactly 10 digits (adding leading zeros if necessary).## sample

8739992577