92291 [SWEA] 9229. 한빈이와 Spot Mart https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AW8Wj7cqbY0DFAXN&categoryId=AW8Wj7cqbY0DFAXN&categoryType=CODE SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com #include #include using namespace std; int N, M; int weight[1000]; int getResult() { int cmp = 2e9; sort(weight, weight+N); // 두개씩 고른다. for(int i=0; i M) { return cmp==2e9? -1:M-.. 2020. 2. 15. 이전 1 다음