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