Five integers between 10 and 99, inclusive, are to be formed by using each of the ten digits exactly once in such a way that the sum of the five integers is as small as possible.What is the greatest possible integer that could be among these five numbers?
98
91
59
50
37
个位和十位怎么拼都没关系,只要最后12345在十位上,67890在个位上,怎么拼都是总和最小的,关键是这个最大的数要求两位都取能取的最大的数就行了。
登录 或 注册 后可以参加讨论