#292. 查找数
查找数
说明
在一个有n个数的数组中,查找是否存在数x,如果存在则输出这个数,不存在输出'no'
输入:
第一行为n,第二行为n()个数,第三行为x
输出:
存在输出这个数,不存在输出'no'
5
1 2 3 4 5
4
4
Statistics
Related
In following homework:
在一个有n个数的数组中,查找是否存在数x,如果存在则输出这个数,不存在输出'no'
第一行为n,第二行为n(1≤n≤100)个数,第三行为x
存在输出这个数,不存在输出'no'
5
1 2 3 4 5
4
4
In following homework:
By signing up a 战码少年-战码青少年编程(专业信息学奥赛编程训练) universal account, you can submit code and join discussions in all online judging services provided by us.