1
0
Fork 0

7 lines
85 B

{ if (maxpop < $3) {
maxpop = $3
country = $1
}
}
END { print country, maxpop }