0_0_16389419_1410.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16389419_1410.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16389419_1410.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16389419_1410.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16389419_1410.cpp:6:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_16389419_1410.cpp:12:5: error: expected type-specifier before '{' token
{
^
0_0_16389419_1410.cpp:20:5: error: expected type-specifier before '{' token
{
^
0_0_16389419_1410.cpp:24:1: error: 'priority_queue' does not name a type
priority_queue Q;
^
0_0_16389419_1410.cpp: In function 'int main()':
0_0_16389419_1410.cpp:30:18: error: 'scanf' was not declared in this scope
scanf("%d",&T);
^
0_0_16389419_1410.cpp:34:16: error: 'Q' was not declared in this scope
while(!Q.empty())Q.pop();
^
0_0_16389419_1410.cpp:37:9: error: expected ';' before '{' token
{
^
0_0_16389419_1410.cpp:37:9: error: expected primary-expression before '{' token
0_0_16389419_1410.cpp:37:9: error: expected ')' before '{' token
0_0_16389419_1410.cpp:41:29: error: 'sort' was not declared in this scope
sort(save+1,save+1+n);
^
0_0_16389419_1410.cpp:43:9: error: expected ';' before '{' token
{
^
0_0_16389419_1410.cpp:43:9: error: expected primary-expression before '{' token
0_0_16389419_1410.cpp:43:9: error: expected ')' before '{' token
0_0_16389419_1410.cpp:47:13: error: 'Q' was not declared in this scope
Q.push(t);
^
0_0_16389419_1410.cpp:51:20: error: 'Q' was not declared in this scope
node t=Q.top();
^
0_0_16389419_1410.cpp:58:24: error: 'printf' was not declared in this scope
printf("%d\n",n);
^
0_0_16389419_1410.cpp:60:9: error: expected ';' before '{' token
{
^
0_0_16389419_1410.cpp:60:9: error: expected primary-expression before '{' token
0_0_16389419_1410.cpp:60:9: error: expected ')' before '{' token
|