# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
238817 |
2020-06-13T04:29:15 Z |
Autoratch |
Wall (IOI14_wall) |
C++14 |
|
5 ms |
384 KB |
#include "wall.h"
#include <bits/stdc++.h>
using namespace std;
const int N = 1 << 11;
int n,k;
int mn[N << 1],mx[N << 1];
int lazy[N << 1];
void buildWall(int _n,int _k,int o[],int l[],int r[],int h[],int ans[])
{
return;
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
5 ms |
384 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
4 ms |
256 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
5 ms |
256 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
4 ms |
256 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |