4680:[COCI 2006/2007 #2] ABC

文件提交:无需freopen 内存限制:125 MB 时间限制:1.000 S
评测方式:普通裁判
金币值:
命题人:
提交:0 解决:0

题目描述

# [COCI 2006/2007 #2] ABC

题目描述

You will be given three integers A, B and C. The numbers will not be given in that exact order, but we do know that A is less than B and B less than C. In order to make for a more pleasant viewing, we want to rearrange them in the given order.

输入格式

The first line contains three positive integers A, B and C, not necessarily in that order. All three numbers will be less than or equal to 100. The second line contains three uppercase letters 'A', 'B' and 'C' (with no spaces between them) representing the desired order.

输出格式

Output the A, B and C in the desired order on a single line, separated by single spaces.
1 5 3
ABC
1 3 5
6 4 2
CAB
6 2 4

提示

(暂无提示) 标签: P4414|模拟|2006|排序|COCI(克罗地亚)

来源

P4414|[COCI 2006/2007 #2] ABC