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_33641942_15966.cpp: In function 'int dfs(int)':
0_0_33641942_15966.cpp:25:15: error: missing template arguments before '[' token
  for(i=0;i<map[u].size();i++)
               ^
0_0_33641942_15966.cpp:27:7: error: 'mark' was not declared in this scope
   if(!mark[map[u][i]])
       ^
0_0_33641942_15966.cpp:27:15: error: missing template arguments before '[' token
   if(!mark[map[u][i]])
               ^
0_0_33641942_15966.cpp:29:12: error: missing template arguments before '[' token
    mark[map[u][i]]=1;
            ^
0_0_33641942_15966.cpp:30:7: error: 'link' was not declared in this scope
    if(link[map[u][i]]==-1||dfs(link[map[u][i]])==1)
       ^
0_0_33641942_15966.cpp:30:15: error: missing template arguments before '[' token
    if(link[map[u][i]]==-1||dfs(link[map[u][i]])==1)
               ^
0_0_33641942_15966.cpp:30:40: error: missing template arguments before '[' token
    if(link[map[u][i]]==-1||dfs(link[map[u][i]])==1)
                                        ^
0_0_33641942_15966.cpp:32:13: error: missing template arguments before '[' token
     link[map[u][i]]=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-11-23 01:53:23, Gzip enabled