# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1205647 | bongobolto | Hack (APIO25_hack) | C++20 | 0 ms | 0 KiB |
#include "hack.h"
#include <iostream>
#include <vector>
#include <map>
using namespace std;
#define int long long
int hack()
{
vector<int> vec = {1,2,3,4};
cout<<collisions(vec)<<endl;
}