# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1239840 | lunarecho | Hack (APIO25_hack) | C++20 | 111 ms | 412 KiB |
#include "hack.h"
#include <bits/stdc++.h>
using namespace std;
int hack()
{
int n = 0;
while(++n)
{
if(collisions({1,n + 1}))
return n;
}
}
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... |