题解列表

筛选

矩阵对角线求和python

摘要:参考代码:a=[list(map(int,input().split()) ) for _ in range(3)]s,w=0,0for i in range(len(a)): &nbs……

同行列对角线的格子

摘要:解题思路:感觉计算机更适合做完再去筛选掉不合理的解注意事项:参考代码:put=list(map(int,input().strip().split()))a=b=c=d=''for j……