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_28607208_14793.cpp:23:1: error: 'map' does not name a type
 map<pair<int, int>, int> mp;
 ^
0_0_28607208_14793.cpp: In function 'void init()':
0_0_28607208_14793.cpp:26:5: error: 'mp' was not declared in this scope
     mp.clear();
     ^
0_0_28607208_14793.cpp: In function 'void tarjan(int, int)':
0_0_28607208_14793.cpp:58:13: error: 'mp' was not declared in this scope
             mp.insert(make_pair(make_pair(u, v), d));  
             ^
0_0_28607208_14793.cpp: In function 'int main()':
0_0_28607208_14793.cpp:84:16: error: 'mp' was not declared in this scope
             if(mp.count(make_pair(p[i].u, p[i].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-07-01 17:05:22, Gzip enabled