# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
663401 | YENGOYAN | Comparing Plants (IOI20_plants) | C++14 | 0 ms | 0 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "plants.h"
using namespace std;
void init(int k, std::vector<int> r) {
// x, y
//
int n = r.size();
return;
}
int compare_plants(int x, int y) {
if(v[x] > v[y]) return 0;
return 1;
}