陈磊


私信TA

用户名:GodC

访问量:1378

签 名:

祝她幸福好吧

等  级
排  名 474
经  验 4706
参赛次数 0
文章发表 6
年  龄 0
在职情况 学生
学  校 中山大学
专  业

  自我简介:

斑马 斑马

解题思路:a,b和c的类型不同,但必须在同一行输入,所以先把A,B,C输入为同一类型,在第二行再把C改成整数型

注意事项:

参考代码:

a,b,c=list(map(str,input().split()))

c=int(c)

squares=[]

for i in a:

    squares.append(i)

squares.insert(c-1,b)

for i in squares:

    print(i,end="")


 

0.0分

2 人评分

  评论区

  • «
  • »