# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1095995 | 2024-10-03T14:24:11 Z | YugiHacker | 경주 (Race) (IOI11_race) | C++17 | 5 ms | 10072 KB |
#ifndef yugi #include "race.h" #endif // yugi #define maxn 200005 #include<bits/stdc++.h> using namespace std; int n, k; vector <int> a[maxn]; int best_path(int N, int K, int H[][2], int L[]) { n = N, k = K; } #ifdef yugi main() { int n, k; cin >> n >> k; int h[n+1][2], l[n+1]; cin >> n >> k; for (int i=1; i<n; i++) { cin >> h[i][0] >> h[i][1] >> l[i]; } cout << best_path(n, k, h, l); } #endif // yugi
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 5 ms | 10072 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 5 ms | 10072 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 5 ms | 10072 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Runtime error | 5 ms | 10072 KB | Execution killed with signal 11 |
2 | Halted | 0 ms | 0 KB | - |