https://www.acmicpc.net/problem/18110 제출 코드#include #include #include #include using namespace std;int main(){ ios::sync_with_stdio(false); cin.tie(0); cout.tie(0); int n, input, sum = 0; vector v; cin >> n; if (n == 0) { cout > input; v.push_back(input); } sort(v.begin(), v.end()); int excp = round(float(n) * 0.15); for (int i = excp; i 반올림은 flo..