제출 #1256272

#제출 시각아이디문제언어결과실행 시간메모리
1256272nlknHack (APIO25_hack)C++20
컴파일 에러
0 ms0 KiB
int i=2; while(i++)if(collisions([1, i]))return i-1;

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

hack.cpp:2:1: error: expected unqualified-id before 'while'
    2 | while(i++)if(collisions([1, i]))return i-1;
      | ^~~~~