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_29169637_15744.cpp:4:11: error: variable or field 'init' declared void
 void init(Graph* &g){
           ^
0_0_29169637_15744.cpp:4:11: error: 'Graph' was not declared in this scope
0_0_29169637_15744.cpp:4:19: error: 'g' was not declared in this scope
 void init(Graph* &g){
                   ^
0_0_29169637_15744.cpp:10:14: error: variable or field 'addedge' declared void
 void addedge(Graph* g, int s, int t, EdgeType w){
              ^
0_0_29169637_15744.cpp:10:14: error: 'Graph' was not declared in this scope
0_0_29169637_15744.cpp:10:21: error: 'g' was not declared in this scope
 void addedge(Graph* g, int s, int t, EdgeType w){
                     ^
0_0_29169637_15744.cpp:10:24: error: expected primary-expression before 'int'
 void addedge(Graph* g, int s, int t, EdgeType w){
                        ^
0_0_29169637_15744.cpp:10:31: error: expected primary-expression before 'int'
 void addedge(Graph* g, int s, int t, EdgeType w){
                               ^
0_0_29169637_15744.cpp:10:38: error: 'EdgeType' was not declared in this scope
 void addedge(Graph* g, int s, int t, EdgeType w){
                                      ^
0_0_29169637_15744.cpp:18:16: error: variable or field 'printEdge' declared void
 void printEdge(Graph* g, int v){
                ^
0_0_29169637_15744.cpp:18:16: error: 'Graph' was not declared in this scope
0_0_29169637_15744.cpp:18:23: error: 'g' was not declared in this scope
 void printEdge(Graph* g, int v){
                       ^
0_0_29169637_15744.cpp:18:26: error: expected primary-expression before 'int'
 void printEdge(Graph* g, int v){
                          ^


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-11-20 02:41:20, Gzip enabled