| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1368457 | neelamneelam19 | Hack (APIO25_hack) | C++20 | 78 ms | 428 KiB |
#include "hack.h"
#include <vector>
int hack(){
for (long long i=2; i<=1000000; i++){
long long a = collisions({1,i});
if (a==1){
return i-1;
}
}
}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... | ||||
