herofly


私信TA

用户名:pyhero

访问量:16662

签 名:

等  级
排  名 33
经  验 14309
参赛次数 17
文章发表 321
年  龄 0
在职情况 待业
学  校
专  业

  自我简介:

TA的其他文章

解题思路:

注意事项:

参考代码:

m,n=map(int,input().split())
a=list(map(int,input().split()))
b=list(map(int,input().split()))
t,y=map(int,input().split())
c=a[:t]+b[:y]+a[t+y:]
for i in c[:-1]:
    print(i,end=',')
print(c[-1])


 

0.0分

0 人评分

  评论区

  • «
  • »