| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1361807 | timetravel_1 | Hack (APIO25_hack) | C++20 | 79 ms | 428 KiB |
#include "hack.h"
#include "bits/stdc++.h"
using namespace std;
using ll = long long;
#define pb push_back
int hack() {
int n = 0;
while (!collisions({1, ++n + 1}))
;
return n;
}
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
