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_27226919_16764.cpp:101:11: error: redefinition of 'const int maxn'
 const int maxn = 26;
           ^
0_0_27226919_16764.cpp:8:11: note: 'const int maxn' previously defined here
 const int maxn = 26;
           ^
0_0_27226919_16764.cpp:102:8: error: redefinition of 'struct Trie'
 struct Trie
        ^
0_0_27226919_16764.cpp:10:8: error: previous definition of 'struct Trie'
 struct Trie
        ^
0_0_27226919_16764.cpp:113:7: error: redefinition of 'Trie* root'
 Trie *root;
       ^
0_0_27226919_16764.cpp:21:7: note: 'Trie* root' previously declared here
 Trie *root;
       ^
0_0_27226919_16764.cpp: In function 'int main()':
0_0_27226919_16764.cpp:154:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_27226919_16764.cpp:70:5: note: 'int main()' previously defined here
 int main()
     ^


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-17 07:18:36, Gzip enabled