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_34396726_8332.cpp: In function 'int main()':
0_0_34396726_8332.cpp:11:24: error: 'strlen' was not declared in this scope
         len1 = strlen(a);
                        ^
0_0_34396726_8332.cpp:13:26: error: 'strchr' was not declared in this scope
         if (strchr(a, '.') != NULL)         //strchr函数功能为在一个串中查找对于给定字符的第一个匹配之处
                          ^
0_0_34396726_8332.cpp:20:26: error: 'strchr' was not declared in this scope
         if (strchr(b, '.') != NULL)
                          ^
0_0_34396726_8332.cpp:27:24: error: 'strcmp' was not declared in this scope
         if (strcmp(a, b) == 0)
                        ^


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-16 13:34:22, Gzip enabled