# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
969246 |
2024-04-24T18:59:12 Z |
Hugo1729 |
Wall (IOI14_wall) |
C++11 |
|
1 ms |
516 KB |
#include <bits/stdc++.h>
#include "wall.h"
using namespace std;
const int MAXN=4194305;
int sz=1;
int a[MAXN],b[MAXN],alazy[MAXN],blazy[MAXN];
void buildWall(int n, int k, int op[], int left[], int right[], int height[], int finalHeight[]){
return;
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
344 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
344 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
1 ms |
516 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
344 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |