#描述#
有一些01字串,将其按1的个数的多少的顺序进行输出。
#格式#
##输入格式##
##输出格式##
#样例1#
##样例输入1##
10011111
00001101
1010101
1
0
1100
##样例输出1##
0
1
1100
00001101
1010101
10011111
#限制#
1000ms
32768KB
#提示#
#来源#
By signing up a OPS universal account, you can submit code and join discussions in all online judging services provided by us.