| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1208963 | Theo830 | Hack (APIO25_hack) | C++20 | 273 ms | 420 KiB |
#include "hack.h"
#include <bits/stdc++.h>
using namespace std;
int hack(){
for(int i = 1;i <= 500000;i++){
vector<long long>x;
x.push_back(1);
x.push_back(1+i);
if(collisions(x)){
return i;
}
}
}
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... | ||||
