실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:7:12: error: request for member ‘second’ in ‘q.std::queue<std::pair<long long int, std::pair<long long int, long long int> > >::front().std::pair<long long int, std::pair<long long int, long long int> >::first’, which is of non-class type ‘long long int’ 7 | #define se second | ^~~~~~ Main.cpp:29:32: note: in expansion of macro ‘se’ 29 | int y=q.front().fi.se; | ^~ Main.cpp:12:27: warning: unused variable ‘x’ [-Wunused-variable] 12 | int i, j, k, m, n, h, x, y, maxx=0; | ^ Main.cpp:12:30: warning: unused variable ‘y’ [-Wunused-variable] 12 | int i, j, k, m, n, h, x, y, maxx=0; | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.