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_26339078_15055.cpp: In function 'int findPointPos(char*)':
0_0_26339078_15055.cpp:18:23: error: 'strlen' was not declared in this scope
     int len = strlen(a);  
                       ^
0_0_26339078_15055.cpp: In function 'void reverse(char*)':
0_0_26339078_15055.cpp:29:23: error: 'strlen' was not declared in this scope
     int len = strlen(a);  
                       ^
0_0_26339078_15055.cpp: In function 'void multiply(char*, char*, char*)':
0_0_26339078_15055.cpp:42:24: error: 'strlen' was not declared in this scope
     int alen = strlen(a);  
                        ^
0_0_26339078_15055.cpp: In function 'int main()':
0_0_26339078_15055.cpp:78:27: error: 'strlen' was not declared in this scope
         int len = strlen(a);  
                           ^
0_0_26339078_15055.cpp:106:25: error: 'strcpy' was not declared in this scope
         strcpy(result, a);  
                         ^
0_0_26339078_15055.cpp:109:41: error: 'memset' was not declared in this scope
         memset(tempa, '0', sizeof(tempa));  
                                         ^


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 22:41:49, Gzip enabled