You are required to maintain number of patients infected by corona per country. You are given data which needs to be updated as and when new data is received.
The input line has two parts
1) string: Country, EXIT is specify end of input.
3) int: count
At the end print count per country (sorted by country name). Following is the sample input and expected output.
Please fix the following input errors: