A=B
Not enough ratings
Sort
   
Award
Favorite
Favorited
Unfavorite
Tags: level
File Size
Posted
Updated
314.343 KB
6 Sep @ 9:53am
6 Sep @ 10:26am
4 Change Notes ( view )

Subscribe to download
Sort

Description
Input: A string of "0", "1", ..., "5".
Output: Sort in ascending order.
Constraint: 1 <= Input length <= 5
1 Comments
カズエイ 27 Sep @ 8:16pm 
11 lines (/13 lines)

(once)=5
50=a5
51=b5
52=c5
53=d5
54=45
(once)5=
d=(start)3
c=(start)2
b=(start)1
a=(start)0