# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1205652 | bongobolto | Hack (APIO25_hack) | C++20 | 18 ms | 320 KiB |
#include "hack.h"
// #include <iostream>
#include <vector>
#include <map>
using namespace std;
int hack()
{
int n = 1;
while(true)
{
// vector<long long> vec = {n};
if(collisions(vector<long long> {n}) != 0LL)
{
// cout<<n<<endl;
return n-1;
}
n++;
}
}
# | 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... |