Hash Tables: Ice Cream Parlor

  • + 8 comments

    I added a Trim() after the ReadLine() and that fixed the runtime error.

    string[] arr_temp = Console.ReadLine().Trim().Split(' ');
    

    That was fun to find -_-