| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1303142 | gabrielz | 이주 (IOI25_migrations) | C++20 | 2 ms | 332 KiB |
#include <bits/stdc++.h>
constexpr int LM = 9998, RM = 20000;
int lm = LM, rm = RM;
int send_message(int N, int i, int Pi) {
if (lm % 2 == 0) {
return lm--;
} else {
return rm--;
}
}
std::pair<int, int> longest_path(std::vector<int> S) {
std::make_pair(LM, RM);
}
컴파일 시 표준 에러 (stderr) 메시지
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
