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_30760268_22090.cpp:22:1: error: 'unordered_map' does not name a type
 unordered_map<int,int> listX, listY, listXY, listYX;
 ^
0_0_30760268_22090.cpp:23:1: error: 'unordered_map' does not name a type
 unordered_map<pii,int> list;
 ^
0_0_30760268_22090.cpp: In function 'void solve()':
0_0_30760268_22090.cpp:64:5: error: 'listX' was not declared in this scope
     listX.clear();
     ^
0_0_30760268_22090.cpp:65:5: error: 'listY' was not declared in this scope
     listY.clear();
     ^
0_0_30760268_22090.cpp:66:5: error: 'listXY' was not declared in this scope
     listXY.clear();
     ^
0_0_30760268_22090.cpp:67:5: error: 'listYX' was not declared in this scope
     listYX.clear();
     ^
0_0_30760268_22090.cpp:68:5: error: 'list' was not declared in this scope
     list.clear();
     ^
0_0_30760268_22090.cpp:100:33: error: 'Ly' was not declared in this scope
         int numx = listXY[x] - (Ly - num) * num;
                                 ^


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-12-12 13:06:42, Gzip enabled