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_35990751_25184.cpp: In function 'void init()':
0_0_35990751_25184.cpp:12:26: error: 'strlen' was not declared in this scope
  for (i = 0; i < strlen(a); i++)
                          ^
0_0_35990751_25184.cpp: In function 'int manacher()':
0_0_35990751_25184.cpp:26:28: error: 'strlen' was not declared in this scope
  int ans = -1, n = strlen(b), maxlen = 0, index = 0;
                            ^
0_0_35990751_25184.cpp:28:7: error: 'maxlen' was not declared in this scope
   if (maxlen > i)
       ^
0_0_35990751_25184.cpp:29:26: error: 'index' was not declared in this scope
    p[i] = std::min(p[2 * index - i], maxlen - i);
                          ^
0_0_35990751_25184.cpp:34:7: error: 'maxlen' was not declared in this scope
   if (maxlen <= p[i])
       ^
0_0_35990751_25184.cpp:35:23: error: 'index' was not declared in this scope
    maxlen = p[i] + i, index = 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-09-21 19:48:54, Gzip enabled