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_21858552_25583.cpp:43:2: error: stray '#' in program
 }#include <bits/stdc++.h>
  ^
0_0_21858552_25583.cpp:43:3: error: 'include' does not name a type
 }#include <bits/stdc++.h>
   ^
0_0_21858552_25583.cpp:45:11: error: redefinition of 'const int maxn'
 const int maxn = 2600;
           ^
0_0_21858552_25583.cpp:3:11: note: 'const int maxn' previously defined here
 const int maxn = 2600;
           ^
0_0_21858552_25583.cpp:47:12: error: redefinition of 'char a [2600]'
 char a[maxn], b[maxn];
            ^
0_0_21858552_25583.cpp:5:6: note: 'char a [2600]' previously declared here
 char a[maxn], b[maxn];
      ^
0_0_21858552_25583.cpp:47:21: error: redefinition of 'char b [2600]'
 char a[maxn], b[maxn];
                     ^
0_0_21858552_25583.cpp:5:15: note: 'char b [2600]' previously declared here
 char a[maxn], b[maxn];
               ^
0_0_21858552_25583.cpp:48:19: error: redefinition of 'bool dp [2600][2600]'
 bool dp[maxn][maxn];
                   ^
0_0_21858552_25583.cpp:6:6: note: 'bool dp [2600][2600]' previously declared here
 bool dp[maxn][maxn];
      ^
0_0_21858552_25583.cpp:49:5: error: redefinition of 'int lena'
 int lena, lenb;
     ^
0_0_21858552_25583.cpp:7:5: note: 'int lena' previously declared here
 int lena, lenb;
     ^
0_0_21858552_25583.cpp:49:11: error: redefinition of 'int lenb'
 int lena, lenb;
           ^
0_0_21858552_25583.cpp:7:11: note: 'int lenb' previously declared here
 int lena, lenb;
           ^
0_0_21858552_25583.cpp: In function 'int main()':
0_0_21858552_25583.cpp:50:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_21858552_25583.cpp:8:5: note: 'int main()' previously defined here
 int main()
     ^


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-26 12:40:13, Gzip enabled