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_31413349_7456.cpp:83:1: error: 'unordered_map' does not name a type
 unordered_map<int, int> mp[N];
 ^
0_0_31413349_7456.cpp: In function 'void update(int, int, int, bool)':
0_0_31413349_7456.cpp:96:13: error: 'mp' was not declared in this scope
         if (mp[u][cpre] >= 2 && mp[v][cpre] >= 2) {
             ^
0_0_31413349_7456.cpp:99:13: error: 'mp' was not declared in this scope
         if (mp[u][cpre] == 1 && mp[v][cpre] == 1) {
             ^
0_0_31413349_7456.cpp:102:13: error: 'mp' was not declared in this scope
         if (mp[u][ccur] && mp[v][ccur]) {
             ^
0_0_31413349_7456.cpp:105:14: error: 'mp' was not declared in this scope
         if (!mp[u][ccur] && !mp[v][ccur]) {
              ^
0_0_31413349_7456.cpp:111:13: error: 'mp' was not declared in this scope
         if (mp[u][cpre] >= 2 && mp[v][cpre] >= 2) {
             ^
0_0_31413349_7456.cpp:115:13: error: 'mp' was not declared in this scope
         if (mp[u][cpre] == 1 && mp[v][cpre] == 1) {
             ^
0_0_31413349_7456.cpp:118:13: error: 'mp' was not declared in this scope
         if (mp[u][ccur] && mp[v][ccur]) {
             ^
0_0_31413349_7456.cpp:122:14: error: 'mp' was not declared in this scope
         if (!mp[u][ccur] && !mp[v][ccur]) {
              ^
0_0_31413349_7456.cpp:132:9: error: 'mp' was not declared in this scope
         mp[u][cpre]--;
         ^
0_0_31413349_7456.cpp:135:5: error: 'mp' was not declared in this scope
     mp[u][ccur]++;
     ^
0_0_31413349_7456.cpp: In function 'int main()':
0_0_31413349_7456.cpp:149:13: error: 'mp' was not declared in this scope
             mp[i].clear();
             ^


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-06-26 19:39:15, Gzip enabled