A=B
Not enough ratings
String Length
   
Award
Favorite
Favorited
Unfavorite
Tags: level
File Size
Posted
Updated
110.704 KB
7 May, 2023 @ 1:42am
7 May, 2023 @ 1:45am
2 Change Notes ( view )

Subscribe to download
String Length

Description
Input: A string of "a", "b" and "c".
Output: The number of characters in this string in binary representation.
Constraint: Input length >= 1
3 Comments
カズエイ 23 Feb @ 9:09pm 
5 lines (/11 lines)

b=a
c=a
0a=1
1a=a0
a=1
ShalevWen 23 Oct, 2024 @ 1:39am 
I've completed this level with 6 lines
yxyjssxs 13 Jan, 2024 @ 5:54am 
Why cannot I use key word in this level