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_33815104_26370.cpp:60:2: error: stray '#' in program
 }#include<bits/stdc++.h>
  ^
0_0_33815104_26370.cpp: In function 'int main()':
0_0_33815104_26370.cpp:47:3: error: expected ';' before 'ans'
   ans=0;
   ^
0_0_33815104_26370.cpp: At global scope:
0_0_33815104_26370.cpp:60:3: error: 'include' does not name a type
 }#include<bits/stdc++.h>
   ^
0_0_33815104_26370.cpp:63:11: error: redefinition of 'const int INF'
 const int INF=0x3f3f3f3f;
           ^
0_0_33815104_26370.cpp:4:11: note: 'const int INF' previously defined here
 const int INF=0x3f3f3f3f;
           ^
0_0_33815104_26370.cpp:64:11: error: redefinition of 'const int maxn'
 const int maxn=100005;
           ^
0_0_33815104_26370.cpp:5:11: note: 'const int maxn' previously defined here
 const int maxn=100005;
           ^
0_0_33815104_26370.cpp:65:13: error: redefinition of 'int p [200010]'
 int p[maxn*2];
             ^
0_0_33815104_26370.cpp:6:5: note: 'int p [200010]' previously declared here
 int p[maxn*2];
     ^
0_0_33815104_26370.cpp:66:11: error: redefinition of 'int s [100005]'
 int s[maxn],s_new[maxn*2];
           ^
0_0_33815104_26370.cpp:7:5: note: 'int s [100005]' previously declared here
 int s[maxn],s_new[maxn*2];
     ^
0_0_33815104_26370.cpp:66:25: error: redefinition of 'int s_new [200010]'
 int s[maxn],s_new[maxn*2];
                         ^
0_0_33815104_26370.cpp:7:13: note: 'int s_new [200010]' previously declared here
 int s[maxn],s_new[maxn*2];
             ^
0_0_33815104_26370.cpp:67:5: error: redefinition of 'int len'
 int len;
     ^
0_0_33815104_26370.cpp:8:5: note: 'int len' previously declared here
 int len;
     ^
0_0_33815104_26370.cpp: In function 'void init()':
0_0_33815104_26370.cpp:69:6: error: redefinition of 'void init()'
 void init(){
      ^
0_0_33815104_26370.cpp:10:6: note: 'void init()' previously defined here
 void init(){
      ^
0_0_33815104_26370.cpp: In function 'void manacher()':
0_0_33815104_26370.cpp:81:6: error: redefinition of 'void manacher()'
 void manacher(){
      ^
0_0_33815104_26370.cpp:22:6: note: 'void manacher()' previously defined here
 void manacher(){
      ^
0_0_33815104_26370.cpp: In function 'int main()':
0_0_33815104_26370.cpp:95:5: error: redefinition of 'int main()'
 int main(){
     ^
0_0_33815104_26370.cpp:36:5: note: 'int main()' previously defined here
 int main(){
     ^
0_0_33815104_26370.cpp:106:3: error: expected ';' before 'ans'
   ans=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-06-14 19:22:58, Gzip enabled