2019-05-31から1日間の記事一覧

ABC128 B Guidebook

オブジェクトを作って、それに独自の順序を与える方法を 事前に調べていたので、僕にしては爆速で解くことができました。 #include <bits/stdc++.h> using namespace std; struct Restaurant { string s; int p; int i; Restaurant(){}; Restaurant(string s_, int p_, int </bits/stdc++.h>…