| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1270013 | scalifrastico_098 | Horses (IOI15_horses) | C++20 | 14 ms | 4424 KiB |
#include "horses.h"
#include <bits/stdc++.h>
using namespace std;
int updateX(int pos, int val) {
return 0;
}
int updateY(int pos, int val) {
return 0;
}
int init(int n, int x[], int y[]) {
int k=0, l=1;
for(int i=0; i<n; i++){l*=x[i]; k=max(k, l*y[i]);}
return k;
}
| # | 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... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
