로딩
요청 처리 중입니다...

kakao - 무지의 먹방 라이브

 kakao - 무지의 먹방 라이브

//https://swjeong.tistory.com/77 //http://blog.naver.com/PostView.nhn?blogId=withham1&logNo=221365222338&parentCategoryNo=&categoryNo=&viewDate=&isShowPopularPosts=false&from=postView #include #include #include #include using namespace std; bool cmp(pair &a, pair &b) { return a.second < b.second; } int solution(vector food_times, long long k) { vector > food; for (int i = 0; i < food_times.size(); i++) food.push_bac...