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_35951114_9765.cpp:70:2: error: stray '#' in program
 }#include <bits/stdc++.h>
  ^
0_0_35951114_9765.cpp:70:3: error: 'include' does not name a type
 }#include <bits/stdc++.h>
   ^
0_0_35951114_9765.cpp:74:11: error: redefinition of 'const int M'
 const int M = 10;
           ^
0_0_35951114_9765.cpp:7:11: note: 'const int M' previously defined here
 const int M = 10;
           ^
0_0_35951114_9765.cpp:75:11: error: redefinition of 'const int N'
 const int N = 50;
           ^
0_0_35951114_9765.cpp:8:11: note: 'const int N' previously defined here
 const int N = 50;
           ^
0_0_35951114_9765.cpp:76:14: error: redefinition of 'char ans [50][50]'
 char ans[N][N];
              ^
0_0_35951114_9765.cpp:9:6: note: 'char ans [50][50]' previously declared here
 char ans[N][N];
      ^
0_0_35951114_9765.cpp: In function 'bool judge(char*, char*, int&, int&)':
0_0_35951114_9765.cpp:78:6: error: redefinition of 'bool judge(char*, char*, int&, int&)'
 bool judge(char s1[], char s2[], int &p, int &q)
      ^
0_0_35951114_9765.cpp:11:6: note: 'bool judge(char*, char*, int&, int&)' previously defined here
 bool judge(char s1[], char s2[], int &p, int &q)
      ^
0_0_35951114_9765.cpp: In function 'int main()':
0_0_35951114_9765.cpp:90:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_35951114_9765.cpp:23: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-27 01:11:58, Gzip enabled