HELLO WORLD--一起加油(🍺)!|

kingwzun

园龄:3年6个月粉丝:111关注:0

7-20 sdut- 矩阵转置(II)

莫名其妙
输入时input().split()错误
改为 t= [int(x) for x in input().split()]正确

a,b=map(int,input().split())
num=[]
for i in range(a):
t= [int(x) for x in input().split()]
num.append(t)
for i in range(b):
for j in range(a-1):
print( num[j][i], end=" ")
print(num[-1][i])

本文作者:kingwzun

本文链接:https://www.cnblogs.com/kingwz/p/16325061.html

版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。

posted @   kingwzun  阅读(204)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示
评论
收藏
关注
推荐
深色
回顶
收起