| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1353482 | isct | Hack (APIO25_hack) | C++20 | 86 ms | 428 KiB |
#include "hack.h"
#include <vector>
#include <bits/stdc++.h>
using namespace std;
int hack()
{
for (long long i = 3; i <= 1e9; i++)
{
long long response = collisions({1, i});
if (response >= 1)
{
return (i - 1);
}
}
}Compilation message (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... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
