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_38288577_11380.cpp:36:5: error: 'unordered_map' does not name a type
     unordered_map<char, int> next[SZ];
     ^
0_0_38288577_11380.cpp: In member function 'int SAM<SZ>::new_node()':
0_0_38288577_11380.cpp:45:16: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
         next[nd].clear(), link[nd] = -1, len[nd] = 0;
                ^
0_0_38288577_11380.cpp: In member function 'void SAM<SZ>::insert(char)':
0_0_38288577_11380.cpp:51:29: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
         while(p!=-1&&!next[p].count(x))
                             ^
0_0_38288577_11380.cpp:52:19: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
             next[p][x] = cur, p = link[p];
                   ^
0_0_38288577_11380.cpp:57:23: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
         int q = next[p][x];
                       ^
0_0_38288577_11380.cpp:63:16: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
         next[nq] = next[q];
                ^
0_0_38288577_11380.cpp:63:26: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
         next[nq] = next[q];
                          ^
0_0_38288577_11380.cpp:65:27: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
         while(p>=0&&next[p][x]==q)
                           ^
0_0_38288577_11380.cpp:66:19: error: invalid types '<unresolved overloaded function type>[int]' for array subscript
             next[p][x] = nq, p = link[p];
                   ^


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-14 15:04:42, Gzip enabled