public void Q1_5()
 {
     Assert.AreEqual(DataStruct.Q5_Compress("abbccccccde"), "a1b2c6d1e1");
 }