# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1256279 | nlkn | Hack (APIO25_hack) | C++20 | 0 ms | 0 KiB |
#include "hack.h"
#include <bits/stdc++.h>
using namespace std;
int hack(){
vector<int> v={1,2};
while(v[1]++)if(collisions(v))return v[1]-1;
}