P4414

P4414 [COCI2006-2007#2] ABC

@[Zhengliu](/user/1290368) **请使用Markdown!!** 可能是行末要空格,我的代码: ```python n=dict(zip(['A','B','C'],sorted(list(map(int,input().split()))))) s=input() for i in range(3): print(n[s[i]],end=' ') ``` ~~dict大法好~~
by hyh0174 @ 2024-04-21 21:37:35


@[hyh0174](/user/439949) 好的,谢谢老师指点。
by Zhengliu @ 2024-04-22 09:08:17


|