실행 실패 (제출 코드 컴파일 에러)
Main.cpp:85:20: error: stray ‘#’ in program 85 | while(!q3.empty#include<iostream> | ^ Main.cpp: In function ‘int main()’: Main.cpp:85:15: error: cannot convert ‘std::priority_queue<qEle>::empty’ from type ‘bool (std::priority_queue<qEle>::)() const’ to type ‘bool’ 85 | while(!q3.empty#include<iostream> | ^~~~~ Main.cpp:85:15: error: in argument to unary ! 85 | while(!q3.empty#include<iostream> | ~~~^~~~~ Main.cpp:85:20: error: expected ‘)’ before ‘include’ 85 | while(!q3.empty#include<iostream> | ~ ^~~~~~~~ | ) Main.cpp:85:21: error: ‘include’ was not declared in this scope 85 | while(!q3.empty#include<iostream> | ^~~~~~~ Main.cpp:85:37: error: expected primary-expression before ‘>’ token 85 | while(!q3.empty#include<iostream> | ^ Main.cpp:89:1: error: expected primary-expression before ‘using’ 89 | using namespace std; | ^~~~~ Main.cpp:100:9: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse] 100 | int main() { | ^~ Main.cpp:100:9: note: remove parentheses to default-initialize a variable 100 | int main() { | ^~ | -- Main.cpp:100:9: note: or replace parentheses with braces to value-initialize a variable Main.cpp:100:12: error: a function-definition is not allowed here before ‘{’ token 100 | int main() { | ^ Main.cpp:90:11: warning: unused variable ‘INF’ [-Wunused-variable] 90 | const int INF =2e9; | ^~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.