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_18470164_2099.cpp:11:1: error: invalid use of template-name 'std::vector' without an argument list
 vector v[N];
 ^
0_0_18470164_2099.cpp: In function 'bool Dfs(int)':
0_0_18470164_2099.cpp:13:19: error: 'v' was not declared in this scope
     for(int i=0;i<v[k].size();i++){
                   ^
0_0_18470164_2099.cpp: In function 'int main()':
0_0_18470164_2099.cpp:29:33: error: 'v' was not declared in this scope
             for(int t=0;t<N;t++)v[t].clear();
                                 ^
0_0_18470164_2099.cpp:32:39: error: 'v' was not declared in this scope
               if(map[t][u]==map[i][j])v[t].push_back(u);
                                       ^


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-23 23:31:33, Gzip enabled