1
0
Fork 0

3 lines
73 B

maxpop < $3 { maxpop = $3; country = $1 }
END { print country, maxpop }