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_18087252_18823.cpp: In function 'int main()':
0_0_18087252_18823.cpp:45:20: error: 'AddEdge' was not declared in this scope
         AddEdge(u,v);
                    ^
0_0_18087252_18823.cpp:50:29: error: 'Link' was not declared in this scope
                 if (Link(i,j)&&Link(j,k)&&Link(k,i))
                             ^
0_0_18087252_18823.cpp:69:34: error: cannot convert 'Edge' to 'int' in initialization
                         int v=e[p],.next;
                                  ^
0_0_18087252_18823.cpp:69:36: error: expected unqualified-id before '.' token
                         int v=e[p],.next;
                                    ^
0_0_18087252_18823.cpp:70:37: error: 'Link' was not declared in this scope
                         if (Link(i,j)&&Link(j,v)&&Link(v,i))
                                     ^
0_0_18087252_18823.cpp:71:44: error: invalid use of non-lvalue array
                             (dp[i][j][v][0]+=dp[i][j][k])%=mod;
                                            ^
0_0_18087252_18823.cpp:71:44: error:   in evaluation of 'operator+=(int, int [3])'


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-07-02 14:01:35, Gzip enabled