제출 #721202

#제출 시각아이디문제언어결과실행 시간메모리
721202bin9638식물 비교 (IOI20_plants)C++17
컴파일 에러
0 ms0 KiB
if(vt!=-1&&dis(vt,y)<=k-1&&h[vt]>=h[y])

컴파일 시 표준 에러 (stderr) 메시지

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