SHENZHEN I/O

SHENZHEN I/O

Not enough ratings
BASE64 ENCODER
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
2.708 KB
3 Aug @ 7:17am
1 Change Note ( view )

Subscribe to download
BASE64 ENCODER

Description
Convert the given ASCII string to Base64-encoded string.

The RX input of test case 1 is "Okaeri Nasai". Converting this string to ASCII array will get [79, 107, 97, 101, 114, 105, 32, 78, 97, 115, 97, 105].

The TX output of test case 1 is "T2thZXJpIE5hc2Fp". Converting this string to Base64 integer array will get [19, 54, 45, 33, 25, 23, 9, 41, 8, 4, 57, 33, 28, 54, 5, 41].

My best score is 13 / 1326 / 29. Can you do it better?
1 Comments
Kalle 6 Aug @ 11:25am 
My scor is 12/1885/28