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_13894566_19449.cpp:6:18: error: size of array 'next' has non-integral type '<unresolved overloaded function type>'
    Trie *next[max];
                  ^
0_0_13894566_19449.cpp: In function 'void createTrie(char*)':
0_0_13894566_19449.cpp:13:15: error: cannot convert 'Trie' to 'Trie*' in initialization
     Trie *p = root, *q;
               ^
0_0_13894566_19449.cpp: In function 'int findTrie(char*)':
0_0_13894566_19449.cpp:37:15: error: cannot convert 'Trie' to 'Trie*' in initialization
     Trie *p = root;
               ^
0_0_13894566_19449.cpp: In function 'int main()':
0_0_13894566_19449.cpp:57:8: error: 'a' was not declared in this scope
 memset(a,0,sizeof(str));
        ^


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-09-29 11:25:20, Gzip enabled