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

PROGRAMMING:The number of numbers equal to the specified number

Luz5年前 (2021-05-10)题库503
###Task description
Output the number of the same number as the specified number in an integer sequence.
###Input format:
```
The first line is n, which represents the length of the integer sequence (n < = 100);
The second line is n integers separated by a space;
The third line contains an integer, the specified integer M.
````
###Output format:
The output is the same number as m in N numbers.
###Input example:
```in
three
2 3 2
two
```
###Output example:
```out
two
```
###Title Source
Note: this topic is selected from openjudge website http://noi.openjudge.cn/ch0106/01/ .







answer:If there is no answer, please comment