| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1246065 | KALARRY | Hack (APIO25_hack) | C++20 | 131 ms | 416 KiB |
//chockolateman
#include "hack.h"
#include<bits/stdc++.h>
#include <vector>
using namespace std;
int hack(){
std::vector<long long> temp;
bool broke = false;
int counter = 0;
while(!broke)
{
temp.clear();
counter++;
temp.push_back(1);
temp.push_back(1 + counter);
if(collisions(temp))
broke = true;
}
return counter;
}| # | 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... | ||||
