@@ -0,0 +1,4 @@
i = {}
i["A"], i["B"], i["C"] = sorted(list(map(int, input().split())))
order = input()
print(i[order[0]], i[order[1]], i[order[2]])
The note is not visible to the blocked user.