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_14567941_26013.cpp: In function 'bool dfs(int)':
0_0_14567941_26013.cpp:3:5: error: 'vector' was not declared in this scope
     vector<int>::iterator i=v[u].begin();
     ^
0_0_14567941_26013.cpp:3:12: error: expected primary-expression before 'int'
     vector<int>::iterator i=v[u].begin();
            ^
0_0_14567941_26013.cpp:4:10: error: 'i' was not declared in this scope
     for(;i!=v[u].end();i++)
          ^
0_0_14567941_26013.cpp:4:13: error: 'v' was not declared in this scope
     for(;i!=v[u].end();i++)
             ^
0_0_14567941_26013.cpp:7:13: error: 'vis' was not declared in this scope
         if(!vis[v])
             ^
0_0_14567941_26013.cpp:10:16: error: 'match' was not declared in this scope
             if(match[v]==-1||dfs(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-10-05 23:24:01, Gzip enabled