# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
521133 | krit3379 | Gondola (IOI14_gondola) | 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<bits/stdc++.h>
using namespace std;
#define N 100005
int valid(int n,int arr[N]){
return 1;
}
int replacement(int n, int gondolaSeq[N], int replacementSeq[N]){
return 1;
}
int countReplacement(int n, int inputSeq[N]){
return 1;
}