답안 #134488

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
134488 2019-07-22T20:48:52 Z thanos popa (BOI18_popa) C++14
0 / 100
9 ms 404 KB
#include<iostream>
#include<popa.h>
int solve(int N,int* Left,int* Right){
  int h=-1;
  for(int i=0; i<N; i++){
    if(query(0,i,i,N-1)){
      h=i;
      break;
    }
  }
  return h;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 2 ms 376 KB not a binary tree
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 9 ms 376 KB not a binary tree
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 2 ms 404 KB not a binary tree
2 Halted 0 ms 0 KB -