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_13558035_7875.cpp: In function 'void deletezero(char*, char*)':
0_0_13558035_7875.cpp:16:18: error: 'strlen' was not declared in this scope
   for (j=strlen(p)-1;p[j]=='0';j--);
                  ^
0_0_13558035_7875.cpp:22:33: error: 'strlen' was not declared in this scope
   for (j=i;p[j]!='.'&&j<strlen(p);j++);
                                 ^
0_0_13558035_7875.cpp:23:18: error: 'strlen' was not declared in this scope
   if (j!=strlen(p))
                  ^
0_0_13558035_7875.cpp:39:18: error: 'strlen' was not declared in this scope
   for (j=strlen(q)-1;q[j]=='0';j--);
                  ^
0_0_13558035_7875.cpp:45:33: error: 'strlen' was not declared in this scope
   for (j=i;q[j]!='.'&&j<strlen(q);j++);
                                 ^
0_0_13558035_7875.cpp:46:18: error: 'strlen' was not declared in this scope
   if (j!=strlen(q))
                  ^
0_0_13558035_7875.cpp: In function 'bool cmp(int, int, int, int)':
0_0_13558035_7875.cpp:62:28: error: 'memset' was not declared in this scope
  memset(suba,0,sizeof(suba));
                            ^
0_0_13558035_7875.cpp:68:24: error: 'strcmp' was not declared in this scope
   if (!strcmp(suba,subb))
                        ^


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-10-06 11:02:23, Gzip enabled