0_0_11116708_13004.cpp:1:24: bits/stdc++.h: No such file or directory
0_0_11116708_13004.cpp:7: error: expected constructor, destructor, or type conversion before '<' token
0_0_11116708_13004.cpp:7: error: expected `,' or `;' before '<' token
0_0_11116708_13004.cpp: In function `void deal()':
0_0_11116708_13004.cpp:11: error: `priority_queue' undeclared (first use this function)
0_0_11116708_13004.cpp:11: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11116708_13004.cpp:11: error: expected primary-expression before "int"
0_0_11116708_13004.cpp:11: error: expected `;' before "int"
0_0_11116708_13004.cpp:14: error: `que' undeclared (first use this function)
0_0_11116708_13004.cpp:19: error: `Graph' undeclared (first use this function)
0_0_11116708_13004.cpp: In function `int main()':
0_0_11116708_13004.cpp:30: error: `scanf' undeclared (first use this function)
0_0_11116708_13004.cpp:34: error: `memset' undeclared (first use this function)
0_0_11116708_13004.cpp:37: error: `Graph' undeclared (first use this function)
0_0_11116708_13004.cpp:46: error: `printf' undeclared (first use this function)
|