| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1344905 | ElayV13 | Hack (APIO25_hack) | C++20 | 82 ms | 428 KiB |
#include "hack.h"
#include <bits/stdc++.h>
using namespace std;
int hack()
{
for(int i=1;i<=500000;i++)
{
if(collisions({i,2*i})==1) 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... | ||||
