数组元素的查找
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
给你 个整数,查找其中有无值为 的数,有则输出该数第一次出现的位置,没有则输出 。
输入格式
第一行一个整数 :数的个数
第二行 个整数 (空格隔开)
第三行为要查找的数
输出格式
的位置或
4
1 2 3 3
3
3
数据范围