纠缠不清


私信TA

用户名:becomeahero

访问量:5754

签 名:

等  级
排  名 1093
经  验 3149
参赛次数 1
文章发表 50
年  龄 19
在职情况 学生
学  校 重庆电子工程职业学院
专  业 信息安全

  自我简介:

解题思路:

注意事项:

参考代码:

l1 = list(map(int,input().split()))
l2 = list(map(int,input().split()))
l3 = list(map(int,input().split()))
l = l1+l2+l3
l[1],l[3]=l[3],l[1]
l[5],l[7]=l[7],l[5]
l[2],l[6]=l[6],l[2]
for i in range(len(l)):
   print(l[i],end=' ')
   if (i+1) % 3 == 0:
       print('')

 

0.0分

0 人评分

  评论区