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_38229823_12155.cpp: In function 'void input(char*)':
0_0_38229823_12155.cpp:9:40: error: 'strcmp' was not declared in this scope
     while(gets(tmp) && strcmp(tmp,"END"))
                                        ^
0_0_38229823_12155.cpp:11:22: error: 'strlen' was not declared in this scope
         if(strlen(tmp)==0)
                      ^
0_0_38229823_12155.cpp:12:28: error: 'strcat' was not declared in this scope
             strcat(str,"\n"); 
                            ^
0_0_38229823_12155.cpp:14:27: error: 'strcat' was not declared in this scope
             strcat(str,tmp);
                           ^
0_0_38229823_12155.cpp: In function 'void dechar(char*, int)':
0_0_38229823_12155.cpp:25:19: error: 'strcpy' was not declared in this scope
     strcpy(str,tmp);
                   ^
0_0_38229823_12155.cpp: In function 'int cmp()':
0_0_38229823_12155.cpp:30:19: error: 'strlen' was not declared in this scope
     n1=strlen(str1);
                   ^
0_0_38229823_12155.cpp:32:35: error: 'strcmp' was not declared in this scope
     if(n1==n2 && !strcmp(str1,str2))
                                   ^
0_0_38229823_12155.cpp:36:25: error: 'strcmp' was not declared in this scope
     if(!strcmp(str1,str2))
                         ^
0_0_38229823_12155.cpp: In function 'int main()':
0_0_38229823_12155.cpp:48:39: error: 'memset' was not declared in this scope
             memset(str1,0,sizeof(str1));
                                       ^


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-07-01 10:07:21, Gzip enabled