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_32862327_4635.cpp: In function 'int main()':
0_0_32862327_4635.cpp:39:29: error: 'memset' was not declared in this scope
   memset(mark,0,sizeof(mark));//初始化路标
                             ^
0_0_32862327_4635.cpp:40:18: error: 'strcmp' was not declared in this scope
   if(strcmp(e,"0")==0) break;//如果0结束
                  ^
0_0_32862327_4635.cpp:42:21: error: 'strcpy' was not declared in this scope
    strcpy(maz[c++],e);//否则记下
                     ^
0_0_32862327_4635.cpp:45:19: error: 'strcmp' was not declared in this scope
    if(strcmp(e,"0")==0)  break;
                   ^
0_0_32862327_4635.cpp:47:22: error: 'strcpy' was not declared in this scope
     strcpy(maz[c++],e);
                      ^
0_0_32862327_4635.cpp:51:25: error: 'strlen' was not declared in this scope
    int len=strlen(maz[i]);
                         ^
0_0_32862327_4635.cpp:62:7: error: 'i' was not declared in this scope
   for(i=0;i<c;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-11-28 18:12:07, Gzip enabled