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_38799631_3167.cpp:9:1: error: 'unordered_map' does not name a type
    9 | unordered_map<int, int> s;
      | ^~~~~~~~~~~~~
0_0_38799631_3167.cpp: In function 'long long int dfs(long long int)':
0_0_38799631_3167.cpp:28:12: error: 's' was not declared in this scope
   28 |         if(s[x]) return s[x];
      |            ^
0_0_38799631_3167.cpp:29:9: error: 's' was not declared in this scope
   29 |         s[x] = min(dfs(x / 2) + 1 + x % 2, dfs(x / 3) + 1 + x % 3);
      |         ^


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-15 06:12:34, Gzip enabled