| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1358146 | ackhava | Hack (APIO25_hack) | C++20 | 159 ms | 428 KiB |
#include "hack.h"
#include <bits/stdc++.h>
using namespace std;
#define REP(i,o,n) for(int i=o;i<n;i++)
#define pb push_back
int getmod(int mod){
}
bool eq(int x){
vector<long long> v;
v.pb(1);
v.pb(x+1);
// cerr<<"?";
// for(auto i:v)cerr<<" "<<i;
// cerr<<endl;
return collisions(v);
}
int hack(){
REP(i,1,500001){
if(eq(i))return i;
}
}Compilation message (stderr)
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
