A=B
Not enough ratings
Double it
   
Award
Favorite
Favorited
Unfavorite
Tags: level
File Size
Posted
3.434 MB
18 Oct, 2024 @ 1:35pm
1 Change Note ( view )

Subscribe to download
Double it

Description
Input: A string of digits 0-9.
Output: that number doubled.
Constraint: 1 <= Input length <= 5
1 Comments
カズエイ 23 Feb @ 9:17pm 
16 lines (/0 lines)

(once)=(end)000000
1000000=0000002
2000000=0000004
3000000=0000006
4000000=0000008
5000000=000000+0
6000000=000000+2
7000000=000000+4
8000000=000000+6
9000000=000000+8
0+=1
2+=3
4+=5
6+=7
8+=9
(start)0=