Submission #721202

# Submission time Handle Problem Language Result Execution time Memory
721202 2023-04-10T13:47:45 Z bin9638 Comparing Plants (IOI20_plants) C++17
Compilation error
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])
      | ^~