//Testcase static void Main(string[] args) { Solution s = new Solution(); Console.Write(s.IntegerBreak(10)); }