# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
275991 | 2020-08-20T08:56:14 Z | 송준혁(#5101) | Radio (Balkan15_RADIO) | C++17 | 1 ms | 256 KB |
#include <bits/stdc++.h> #define pb push_back using namespace std; typedef long long LL; typedef pair<int,int> pii; int N; LL L=-12345678901ll, S, P, ans=(1ll<<60), a, b; vector<LL> V; int main(){ scanf("%d %*d", &N); for (int i=1; i<=N; i++){ scanf("%lld %lld %*d", &a, &b); S--, P += a-b-L; V.pb(a-b); V.pb(a+b); } for (LL t : V){ P += S*(t - L), S++; ans = min(ans, P), L=t; } printf("%lld\n", ans); return 0; }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 256 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 256 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 256 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 256 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 256 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 256 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |