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_37841002_19711.cpp:10:8: error: 'Edge' was not declared in this scope
 vector<Edge> edge[50005];
        ^
0_0_37841002_19711.cpp:10:12: error: template argument 1 is invalid
 vector<Edge> edge[50005];
            ^
0_0_37841002_19711.cpp:10:12: error: template argument 2 is invalid
0_0_37841002_19711.cpp:10:25: error: invalid type in declaration before ';' token
 vector<Edge> edge[50005];
                         ^
0_0_37841002_19711.cpp: In function 'void solve()':
0_0_37841002_19711.cpp:67:32: error: request for member 'clear' in 'edge[i]', which is of non-class type 'int'
  for(int i=1;i<=n;++i) edge[i].clear(),first[i]=0,scanf("%d",&a[i]),pos[a[i]]=i;
                                ^


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 22:01:26, Gzip enabled