SHENZHEN I/O

SHENZHEN I/O

评价数不足
BASE64 ENCODER
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
2.708 KB
8 月 3 日 上午 7:17
1 项改动说明 ( 查看 )

订阅以下载
BASE64 ENCODER

描述
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 条留言
Kalle 8 月 6 日 上午 11:25 
My scor is 12/1885/28