Submission #427362

#TimeUsernameProblemLanguageResultExecution timeMemory
427362illyakrWall (IOI14_wall)C++14
0 / 100
1 ms204 KiB
#include <bits/stdc++.h>
#include "wall.h"
using namespace std;
struct Info {
    int add;
    int del;
    int press;

    int have;
};

int t[8000001];
Info tAdd[8000001];

void buildWall(int n, int k, int op[], int left[], int right[], int height[], int finalHeight[]){

}

/**
-1 -1



10 6
1 1 8 4
2 4 9 1
2 3 6 5
1 0 5 3
1 2 2 5
2 6 7 0
*/
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...