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_13704862_11114.cpp: In function 'void solve(int)':
0_0_13704862_11114.cpp:15:26: error: 'strlen' was not declared in this scope
   for(int i=0;i<strlen(s1);i++){
                          ^
0_0_13704862_11114.cpp:18:26: error: 'strlen' was not declared in this scope
   for(int i=0;i<strlen(s2);i++){
                          ^
0_0_13704862_11114.cpp:21:26: error: 'strlen' was not declared in this scope
   for(int i=0;i<strlen(s3);i++){
                          ^
0_0_13704862_11114.cpp:24:15: error: 'strlen' was not declared in this scope
   if(strlen(s1)>1&&m[s1[0]]==0)
               ^
0_0_13704862_11114.cpp:26:15: error: 'strlen' was not declared in this scope
   if(strlen(s2)>1&&m[s2[0]]==0)
               ^
0_0_13704862_11114.cpp:28:15: error: 'strlen' was not declared in this scope
   if(strlen(s3)>1&&m[s3[0]]==0)
               ^
0_0_13704862_11114.cpp: In function 'int main()':
0_0_13704862_11114.cpp:64:26: error: 'memset' was not declared in this scope
   memset(vis,0,sizeof vis);
                          ^
0_0_13704862_11114.cpp:67:26: error: 'strlen' was not declared in this scope
   for(int i=0;i<strlen(s1);i++){
                          ^
0_0_13704862_11114.cpp:70:26: error: 'strlen' was not declared in this scope
   for(int i=0;i<strlen(s2);i++){
                          ^
0_0_13704862_11114.cpp:73:26: error: 'strlen' was not declared in this scope
   for(int i=0;i<strlen(s3);i++){
                          ^


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-12-02 07:26:31, Gzip enabled