[UVA] 484 - The Department of Redundancy Department
The Department of Redundancy Department
Write a program that will remove all duplicates from a sequence of integers and print the list of
unique integers occuring in the input sequence, along with the number of occurences of each.
Input
The input file will c...