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_15594460_25760.cpp: In function 'void init()':
0_0_15594460_25760.cpp:9:37: error: 'memset' was not declared in this scope
     memset(tree[0],0,sizeof(tree[0]));
                                     ^
0_0_15594460_25760.cpp: In function 'void insert(char*, char*)':
0_0_15594460_25760.cpp:15:21: error: 'strlen' was not declared in this scope
     int len=strlen(p);
                     ^
0_0_15594460_25760.cpp:22:51: error: 'memset' was not declared in this scope
             memset(tree[Node],0,sizeof(tree[Node]));
                                                   ^
0_0_15594460_25760.cpp:26:23: error: 'strcpy' was not declared in this scope
     strcpy(ans[root],q);
                       ^
0_0_15594460_25760.cpp: In function 'char* find(char*)':
0_0_15594460_25760.cpp:31:21: error: 'strlen' was not declared in this scope
     int len=strlen(p);
                     ^
0_0_15594460_25760.cpp: In function 'int main()':
0_0_15594460_25760.cpp:47:39: error: 'strcmp' was not declared in this scope
     while(scanf("%s",p),strcmp(p,"END")!=0)
                                       ^
0_0_15594460_25760.cpp:56:27: error: 'strcmp' was not declared in this scope
         if(strcmp(ch,"END")==0)
                           ^
0_0_15594460_25760.cpp:59:26: error: 'strlen' was not declared in this scope
         int len=strlen(ch);
                          ^
0_0_15594460_25760.cpp:77:30: error: 'strcpy' was not declared in this scope
             strcpy(ss,find(s));
                              ^
0_0_15594460_25760.cpp:78:45: error: 'strcmp' was not declared in this scope
             if(strlen(ss)==0||strcmp(ss,"AC")==0)
                                             ^


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-19 20:47:15, Gzip enabled