正在加载……
← 返回 salesforce 的题目列表
String Compression
类型:online_judge
Given a string, compress it by converting consecutive repeating characters into the form of character + count. Input abaasass Output a1b1a2s1a1s2 Example Input abc