Submission #721202

#TimeUsernameProblemLanguageResultExecution timeMemory
721202bin9638Comparing Plants (IOI20_plants)C++17
Compilation error
0 ms0 KiB
if(vt!=-1&&dis(vt,y)<=k-1&&h[vt]>=h[y])

Compilation message (stderr)

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