# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1251645 | yeyso2 | Migrations (IOI25_migrations) | C++20 | 27 ms | 452 KiB |
#include "migrations.h"
int send_message(int N, int i, int Pi) {
if (i == 1)
return 10;
else if (i == 2)
return 20;
else if (i == 3)
return 30;
else
return 0;
}
std::pair<int, int> longest_path(std::vector<int> S) {
return {0, 3};
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |