//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... |