1028 人口普查 (20 分)
#include <iostream>#include <string>#include <algorithm>using namespace std;struct Man{ string name; string birth; int year; int moonth; int day;};//boo...