-->
当前位置:首页 > 题库

PROGRAMMING:Three digit product of 32, number and 10

Luz5年前 (2021-05-10)题库468
Program out all the numbers that meet the conditions in the three digits: the product of the three digits is 32, and the sum of the three digits is 10
###Output format:
Output all the numbers that meet the conditions in one row, and each number output occupies 5 columns. There are no additional characters.
###Output example:
```out
244 424 442
```






answer:If there is no answer, please comment