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_39487620_4966.cpp:30:1: error: 'unorderedmap' does not name a type
   30 | unorderedmap<int, int>tmp;
      | ^~~~~~~~~~~~
0_0_39487620_4966.cpp: In function 'void add(long long int, long long int, long long int, long long int)':
0_0_39487620_4966.cpp:39:25: error: 'tmp' was not declared in this scope; did you mean 'top'?
   39 |                         tmp[n + 1] = max(tmp[n + 1] + minus, dp[pos][num] + val) - minus;
      |                         ^~~
      |                         top
0_0_39487620_4966.cpp:40:17: error: 'tmp' was not declared in this scope; did you mean 'top'?
   40 |                 tmp[num] = max(tmp[num] + minus, dp[pos][0] + val) - minus;
      |                 ^~~
      |                 top
0_0_39487620_4966.cpp: In function 'void dfs(long long int, long long int)':
0_0_39487620_4966.cpp:69:23: error: 'tmp' was not declared in this scope; did you mean 'top'?
   69 |         for (auto a : tmp) {
      |                       ^~~
      |                       top
0_0_39487620_4966.cpp:72:9: error: 'tmp' was not declared in this scope; did you mean 'top'?
   72 |         tmp.clear();
      |         ^~~
      |         top


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:08:53, Gzip enabled