#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... |