22DSJ_Wu_Yongping @ 2023-12-04 11:27:17
a=map(int,input().split()) b=list(input().split()) a=list(a) a=sorted(a) b=sorted(b) c=dict(zip(b,a)) for i in b: print(c[i],end=' ')
by Vocaloid世末歌者 @ 2023-12-04 13:20:35
艹
有bug
望丰展?使MD
by wrup_AC_28 @ 2023-12-15 22:00:10
建议你先学习怎么发代码块
看不懂