제출 #1076689

#제출 시각아이디문제언어결과실행 시간메모리
1076689beaconmc철로 (IOI14_rail)C++14
컴파일 에러
0 ms0 KiB
if (distzero[i] >= distone[i]) lefts.push_back(i);

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

rail.cpp:1:9: error: expected unqualified-id before 'if'
    1 |         if (distzero[i] >= distone[i]) lefts.push_back(i);
      |         ^~