F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_24625454_27085.cpp:6:16: error: 'node' was not declared in this scope
 priority_queue<node >q;
                ^
0_0_24625454_27085.cpp:6:21: error: template argument 1 is invalid
 priority_queue<node >q;
                     ^
0_0_24625454_27085.cpp:6:21: error: template argument 2 is invalid
0_0_24625454_27085.cpp:6:21: error: template argument 3 is invalid
0_0_24625454_27085.cpp:6:23: error: invalid type in declaration before ';' token
 priority_queue<node >q;
                       ^
0_0_24625454_27085.cpp: In function 'void bfs()':
0_0_24625454_27085.cpp:25:14: error: request for member 'empty' in 'q', which is of non-class type 'int'
     while(!q.empty()) q.pop();
              ^
0_0_24625454_27085.cpp:25:25: error: request for member 'pop' in 'q', which is of non-class type 'int'
     while(!q.empty()) q.pop();
                         ^
0_0_24625454_27085.cpp:32:22: error: request for member 'push' in 'q', which is of non-class type 'int'
     if(a[i]==maxx) q.push(node(i,0));
                      ^
0_0_24625454_27085.cpp:33:14: error: request for member 'empty' in 'q', which is of non-class type 'int'
     while(!q.empty())
              ^
0_0_24625454_27085.cpp:35:20: error: request for member 'top' in 'q', which is of non-class type 'int'
         node tmp=q.top();q.pop();
                    ^
0_0_24625454_27085.cpp:35:28: error: request for member 'pop' in 'q', which is of non-class type 'int'
         node tmp=q.top();q.pop();
                            ^
0_0_24625454_27085.cpp:45:11: error: request for member 'push' in 'q', which is of non-class type 'int'
         q.push(node(to[tmp.id],tmp.step+1));
           ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-10-06 01:37:26, Gzip enabled