답안 #1084444

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
1084444 2024-09-06T08:58:35 Z MMihalev Gap (APIO16_gap) C++17
컴파일 오류
0 ms 0 KB
MinMax(l+(ans+1),r-(ans+1),&mn,&mx);

Compilation message

gap.cpp:1:7: error: expected constructor, destructor, or type conversion before '(' token
    1 | MinMax(l+(ans+1),r-(ans+1),&mn,&mx);
      |       ^