Author: | A. Klenin | Time limit: | 1 sec | |
Input file: | input.txt | Memory limit: | 256 Mb | |
Output file: | output.txt |
Given an integer number A in decimal notation, your program must divide its digits between two integers B and C so that:
Input file contains a single integer A.
Output file must contain two integers B and C. If there is more than one solution, output any of them.
10 ≤ A ≤ 109
No. | Input file (input.txt ) |
Output file (output.txt ) |
---|---|---|
1 |
|
|
2 |
|
|
3 |
|
|