답안 #238817

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
238817 2020-06-13T04:29:15 Z Autoratch 벽 (IOI14_wall) C++14
0 / 100
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;
}

# 결과 실행 시간 메모리 Grader output
1 Incorrect 5 ms 384 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 4 ms 256 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 5 ms 256 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 4 ms 256 KB Output isn't correct
2 Halted 0 ms 0 KB -