cin/cout 會TLE
ios_base::sync_with_stdio(false);
cin.tie(0);
這題不知道是 sort 快,還是 counting 快。
胖貓只用題主一半的時間,顯然是有不一樣的想法。