| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1368353 | he71x | Hack (APIO25_hack) | C++20 | 79 ms | 408 KiB |
#include "hack.h"
#include <vector>
using namespace std;
int hack(){
int result;
for (int k = 1; k <= 500000; k++) {
result = collisions({1, 1+k});
if (result > 0) {
return k;
break;
}
}
}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... | ||||
