| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1307462 | ThylOne | Hack (APIO25_hack) | C++20 | 115 ms | 432 KiB |
#include "hack.h"
#include <vector>
int hack(){
for(int n = 2 ; n <= 5e5 ; n++){
if(collisions({n, 2*n})==1){
return n;
}
}
return -1;
}
| # | 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... | ||||
