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

PROGRAMMING:Find the Two Largest Numbers

Luz5年前 (2021-05-10)题库444
The process of find the two largest values of the 10 numbers. [Note: You may input each number only once.]
###Input format:
Inputs a series of 10 integer numbers in a line. Seperate each number by a space.
###Output format:
Prints the largest two of the numbers in a line. Seperate each number by a space.
###Input example:
```in
77 88 22 33 11 2 8 7 9 89
```
###Output example:
```out
89 88
```







answer:If there is no answer, please comment