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_28792322_30556.cpp:20:15: error: 'intqueue' has not been declared
 int bfs(int x,intqueue<point>q y,int z)
               ^
0_0_28792322_30556.cpp:20:23: error: expected ',' or '...' before '<' token
 int bfs(int x,intqueue<point>q y,int z)
                       ^
0_0_28792322_30556.cpp: In function 'int bfs(int, int)':
0_0_28792322_30556.cpp:24:11: error: 'y' was not declared in this scope
     now.y=y;
           ^
0_0_28792322_30556.cpp:25:11: error: 'z' was not declared in this scope
     now.z=z;
           ^
0_0_28792322_30556.cpp: In function 'int main()':
0_0_28792322_30556.cpp:75:27: error: too many arguments to function 'int bfs(int, int)'
         int time=bfs(1,1,0);
                           ^
0_0_28792322_30556.cpp:20:5: note: declared here
 int bfs(int x,intqueue<point>q y,int z)
     ^


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-12-02 18:00:04, Gzip enabled