Read a file from System.in and find strings that have the same hash code. Write the result to System.out, in the format

hashcode1: string1, string2
hashcode2: string3, string4, string5, ...
...

Print hash codes and strings in sorted order.