| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1359474 | ramez-hammad | Hack (APIO25_hack) | C++20 | 0 ms | 0 KiB |
#include "hack.h"
#include <bits/stdc++.h>
using namespace std;
int hack() {
for (int i=1;i<=500,000;i++)
if ((int)collision(0,i)) return i;
}