#988. 数字抢先

数字抢先

Background

输入一个只包含数字和大写字母的字符串,请你将数字输出在大写字母前面

Input

一行,包含数字和大写字母的字符串

Output

一行,调整后的字符串

Samples

AA232AB11
23211AAAB

Limitation

1s, 1024KiB for each test case.