답안 #721202

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
721202 2023-04-10T13:47:45 Z bin9638 식물 비교 (IOI20_plants) C++17
컴파일 오류
0 ms 0 KB
if(vt!=-1&&dis(vt,y)<=k-1&&h[vt]>=h[y])

Compilation message

plants.cpp:1:1: error: expected unqualified-id before 'if'
    1 | if(vt!=-1&&dis(vt,y)<=k-1&&h[vt]>=h[y])
      | ^~