#P11. [System Test] Three in a row
[System Test] Three in a row
Person in charge
Problem Description
Divide the numbers through into groups, each forming a 3-digit number, such that these three numbers maintain a ratio. Find all possible combinations of such 3-digit numbers.
Answer Format
This is an output-only problem.
Submit a text file named streak.txt
.
The file should contain multiple lines, each with numbers sorted in ascending order by the first number in each line.
192 384 576
*** *** ***
... ... ...