CPP 04 PDF
CPP 04 PDF
If the name N of the athlete and the number of medals M won by the athlete in a games tournament
(like Olympics) are passed as the input, the program must print the message as "N won M medals"
Example Input/Output 1:
Input:
Phelps
5
Output:
Input:
Phelps
5
Expected Output: