실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘bool mid(long long int, long long int, long long int, long long int, long long int, long long int)’: Main.cpp:13:13: error: ‘px’ was not declared in this scope; did you mean ‘x’? 13 | return (px >= min(x1, x2) && px <= max(x1, x2) && | ^~ | x Main.cpp:14:13: error: ‘py’ was not declared in this scope; did you mean ‘y’? 14 | py >= min(y1, y2) && py <= max(y1, y2)); | ^~ | y
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.