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_38622661_22276.cpp: In function 'void manacher()':
0_0_38622661_22276.cpp:20:25: error: expected primary-expression before '=' token
     for (int i = 1; i < =k*2; i++)
                         ^
0_0_38622661_22276.cpp:22:11: error: 'mx' was not declared in this scope
   if (i < mx)
           ^~
0_0_38622661_22276.cpp:23:21: error: 'id' was not declared in this scope
    d[i] = min(d[2 * id - i], mx - i);
                     ^~
0_0_38622661_22276.cpp:23:21: note: suggested alternative: 'i'
    d[i] = min(d[2 * id - i], mx - i);
                     ^~
                     i
0_0_38622661_22276.cpp:30:18: error: 'mx' was not declared in this scope
   if (i + d[i] > mx)
                  ^~
0_0_38622661_22276.cpp:33:4: error: 'id' was not declared in this scope
    id = i;
    ^~
0_0_38622661_22276.cpp:33:4: note: suggested alternative: 'i'
    id = i;
    ^~
    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-05 10:11:12, Gzip enabled