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

PROGRAMMING:Count the number of larger than the specified element - heboost

Luz5年前 (2021-05-10)题库386
Counts the number of elements larger than the specified element
###Input format:
The input is 2 lines. The first line refers to the integer element, and the second line refers to the integer element participating in the statistics. The space is used between them.
###Output format:
The output is the number of elements larger than the specified reference element.
###Input example:
Here is a set of inputs. For example:
```in
five
2 3 6 7 3 4 9 8
```
###Output example:
The corresponding output is given here. For example:
```out
four
```







answer:If there is no answer, please comment