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_16207103_32268.cpp:21:1: error: 'map' does not name a type
 map<int,int> mp;
 ^
0_0_16207103_32268.cpp: In function 'int getans(int)':
0_0_16207103_32268.cpp:39:1: error: 'map' was not declared in this scope
 map<int,int>::iterator it = mp.find(n);
 ^
0_0_16207103_32268.cpp:39:5: error: expected primary-expression before 'int'
 map<int,int>::iterator it = mp.find(n);
     ^
0_0_16207103_32268.cpp:40:5: error: 'it' was not declared in this scope
 if (it != mp.end())  return it->second;
     ^
0_0_16207103_32268.cpp:40:11: error: 'mp' was not declared in this scope
 if (it != mp.end())  return it->second;
           ^
0_0_16207103_32268.cpp:47:1: error: 'mp' was not declared in this scope
 mp.insert(pair<int,int>(n,r));
 ^


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-24 13:43:33, Gzip enabled