| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1345217 | ahmetlbktd4 | Hack (APIO25_hack) | C++20 | 133 ms | 428 KiB |
#include "hack.h"
#include "bits/stdc++.h"
#define ll long long
using namespace std;
const int N = 5e5;
int hack(){
for (int n = 2;n <= N;n++){
vector <ll> x = {n,2*n};
ll h = collisions(x);
if (h)
return n;
}
}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... | ||||
