题解 | #找x#

找x

https://www.nowcoder.com/practice/069e2130430c41229ab25e47fa0949a6

#include <cstdio>
#include <iostream>
using namespace std;

int main() {
    int n;
    int x;
    
    while (scanf("%d",&n) != EOF) {
        int flag = 0;
        int a[n];
        for (int i = 0; i < n; ++i) {
            scanf("%d",&a[i]);
        }
        scanf("%d",&x);
        
        for (int j = 0; j < n; ++j) {
            if (x == a[j]) {
                flag = 1;
                printf("%d",j);
                break;
            }
        }
        if(flag == 0){
            printf("-1");
        }
    }
}

全部评论

相关推荐

05-16 11:16
已编辑
东华理工大学 Java
牛客73769814...:盲猜几十人小公司,庙小妖风大,咋不叫她去4️⃣呢😁
牛客创作赏金赛
点赞 评论 收藏
分享
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务