# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
673647 | ToroTN | Wall (IOI14_wall) | 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;
#include "wall.h"
#include "grader.cpp"
int seg[8000005],up[8000005],down[8000005];
void buildWall(int n, int k, int op[], int left[], int right[], int height[], int finalHeight[])
{
}