题解 | #矩阵乘法#

矩阵乘法

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

= int(input())

= int(input())

= int(input())

A,= [],[]

for i in range(x):

    A.append(list(map(int,input().split())))

for i in range(y):

    B.append(list(map(int,input().split())))

= []

for i in range(x):

    l = []

    for j in range(z):

        c = 0

        for k in range(y):

            c += A[i][k]*B[k][j]

        l.append(c)

    C.append(l)

for i in C:

    print(*i)

全部评论

相关推荐

不愿透露姓名的神秘牛友
今天 10:46
点赞 评论 收藏
分享
昨天 22:34
已编辑
重庆邮电大学 Java
快手 客户端开发 (n+5)k*16 公积金12
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务