#B. 【例55.1】 整数奇偶排序

    Type: Default 1000ms 256MiB

【例55.1】 整数奇偶排序

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

说明

现给了你一个 1010 个整数的序列,要求对其重新排序。排序要求:
奇数在前,偶数在后;
奇数按从大到小排序;
偶数按从小到大排序出。

输入格式

输入一行,包含 1010 个整数,彼此以一个空格分开,每个整数的范围是大于等于 00,小于等于100100

输出格式

按照要求排序后输出一行,包含排序后的 1010 个整数,数与数之间以一个空格分开。

样例

4 7 3 13 11 12 0 47 34 98
47 13 11 7 3 0 4 12 34 98

20240122C_day6

Not Attended
Status
Done
Rule
Ledo
Problem
11
Start at
2024-1-27 16:00
End at
2024-1-27 18:15
Duration
2.3 hour(s)
Host
Partic.
5