public static string CompressedStr(string str) {
var res = new StringBuilder();
while (index < str.Length)
while(index < str.Length && count < 9 && str[index] == curr) {
res.Append(count).Append(curr);
public static void Main()
Console.WriteLine("UniLecs");
Console.WriteLine(CompressedStr("abcde"));
Console.WriteLine(CompressedStr("aaaaaaaaaaaaaabb"));