[백준/BOJ] 백준 6195번 : Fence Repair
https://www.acmicpc.net/problem/6195 6195번: Fence Repair Farmer John wants to repair a small length of the fence around the pasture. He measures the fence and finds that he needs N (1 input; need.push_back(input); } //필요한 나무가 모두 나눠진 상태에서 합쳐지면서 비용이 드는것으로 생각 long long result = 0; priority_queue pq; for (int i = 0; i < need.size(); i++) { pq.push(-need[i]); } //현재 상태의 나무들 중 가장 작은 길이 두개를 합쳐가면서, 하나의 ..
2023.10.25