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_35462449_28340.cpp: In function 'int find(char*)':
0_0_35462449_28340.cpp:6:35: error: 'strlen' was not declared in this scope
  for (int i = 0; i < strlen(number); i++)
                                   ^
0_0_35462449_28340.cpp: In function 'int main()':
0_0_35462449_28340.cpp:25:38: error: 'strlen' was not declared in this scope
    for (int i = 0; i < strlen(number1); i++)
                                      ^
0_0_35462449_28340.cpp:37:38: error: 'strlen' was not declared in this scope
    for (int i = 0; i < strlen(number1) - point1 - 1; i++)
                                      ^
0_0_35462449_28340.cpp:44:38: error: 'strlen' was not declared in this scope
    for (int i = 0; i < strlen(number2); i++)
                                      ^
0_0_35462449_28340.cpp:56:38: error: 'strlen' was not declared in this scope
    for (int i = 0; i < strlen(number2) - point2 - 1; i++)
                                      ^
0_0_35462449_28340.cpp:63:22: error: 'strlen' was not declared in this scope
   if (strlen(decimal1) == 1 && decimal1[0] == '0')
                      ^
0_0_35462449_28340.cpp: In function 'void decimal_cal()':
0_0_35462449_28340.cpp:92:25: error: 'strlen' was not declared in this scope
  int x = strlen(decimal1);
                         ^
0_0_35462449_28340.cpp: In function 'void integer_cal()':
0_0_35462449_28340.cpp:123:25: error: 'strlen' was not declared in this scope
  int x = strlen(integer1);
                         ^


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-25 14:30:29, Gzip enabled