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_16705985_532.cpp:10:25: error: expected ';' at end of member declaration
 struct Trie {int nxt[N],v}t[MAXN];
                         ^
0_0_16705985_532.cpp: In function 'int main()':
0_0_16705985_532.cpp:45:18: error: 'get' was not declared in this scope
     for (;get(str),str!='\0';){
                  ^
0_0_16705985_532.cpp:46:19: error: cannot convert 'int*' to 'char*' for argument '1' to 'void insert(char*)'
         insert(str);
                   ^
0_0_16705985_532.cpp:49:19: error: cannot convert 'int*' to 'char*' for argument '1' to 'char* gets(char*)'
     for (;gets(str),str!='\0';){
                   ^
0_0_16705985_532.cpp:50:32: error: cannot convert 'int*' to 'char*' for argument '1' to 'int query(char*)'
         printf("%d\n",query(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-11-17 07:22:03, Gzip enabled