题解 | #矩阵元素定位#

矩阵元素定位

https://www.nowcoder.com/practice/b8e6a46992fe4e11b2822b20561b6d94

#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>

int main() {
    int a, b;
    while (scanf("%d %d", &a, &b) != EOF) 
    { 
        int arr[5][5] = {0};

        for (int i = 0; i < a; i++)
        {
            for (int j = 0; j < b; j++)
            {
                scanf("%d",arr[i] + j);
            }
        }
        int x,y;
        scanf("%d %d",&x,&y);

        printf("%d",arr[x-1][y-1]);

    }
    return 0;
}

全部评论

相关推荐

06-27 18:53
门头沟学院 Java
这样才知道自己不适合搞代码,考公去咯
只爱喝白开水:我也发现不适合搞代码,打算转非技术方向了
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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