Name: Anonymous 2021-03-15 11:30
Write a program to count the frequencies of unique words from standard input, then print them out with their frequencies, ordered most frequent first, then ordered ASCIIbetically ascending. For example, given this input:
The program should print the following:
ASCII input and output since unicode was a mistake. Shortest bytecount wins. Good luck.
Hax my anus anus anus
hax the planet and anus
The program should print the following:
anus 4
hax 2
and 1
my 1
planet 1
the 1
ASCII input and output since unicode was a mistake. Shortest bytecount wins. Good luck.