P4414

P4414 [COCI2006-2007#2] ABC

22DSJ_Wu_Yongping @ 2023-12-04 11:27:17

python全WA不知道错在哪,求助

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

建议你先学习怎么发代码块

看不懂

|