| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1365417 | srividya_06 | Hack (APIO25_hack) | C++20 | 113 ms | 428 KiB |
#include "hack.h"
#include <bits/stdc++.h>
#define REP(i,a,b) for(int i = a; i<b; i++)
#define RREP(i,a,b) for(int i = a; i<b; i--)
typedef long long ll;
using namespace std;
int hack(){
vector<long long> x;
ll l = 2, r = 500000;
REP(i,l,r+1){
x={1,i+1};
ll val = collisions(x);
if(val != 0){
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... | ||||
