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_34076840_10134.cpp:46:2: error: stray '#' in program
 }#include<bits/stdc++.h>
  ^
0_0_34076840_10134.cpp:46:3: error: 'include' does not name a type
 }#include<bits/stdc++.h>
   ^
0_0_34076840_10134.cpp:48:11: error: redefinition of 'const int N'
 const int N=1e5+100;
           ^
0_0_34076840_10134.cpp:3:11: note: 'const int N' previously defined here
 const int N=1e5+100;
           ^
0_0_34076840_10134.cpp:49:11: error: redefinition of 'const int INF'
 const int INF=0x3f3f3f3f;
           ^
0_0_34076840_10134.cpp:4:11: note: 'const int INF' previously defined here
 const int INF=0x3f3f3f3f;
           ^
0_0_34076840_10134.cpp:50:15: error: redefinition of 'std::map<char, int> m'
 map<char,int> m;
               ^
0_0_34076840_10134.cpp:5:15: note: 'std::map<char, int> m' previously declared here
 map<char,int> m;
               ^
0_0_34076840_10134.cpp:51:12: error: redefinition of 'int dp [100100][9]'
 int dp[N][9];
            ^
0_0_34076840_10134.cpp:6:5: note: 'int dp [100100][9]' previously declared here
 int dp[N][9];
     ^
0_0_34076840_10134.cpp:52:10: error: redefinition of 'char ch [100100]'
 char ch[N],d[20]={'0','Y','V','G','C','X','Z','T','F','D','B'};
          ^
0_0_34076840_10134.cpp:7:6: note: 'char ch [100100]' previously declared here
 char ch[N],d[20]={'0','Y','V','G','C','X','Z','T','F','D','B'};
      ^
0_0_34076840_10134.cpp:52:16: error: redefinition of 'char d [20]'
 char ch[N],d[20]={'0','Y','V','G','C','X','Z','T','F','D','B'};
                ^
0_0_34076840_10134.cpp:7:12: note: 'char d [20]' previously defined here
 char ch[N],d[20]={'0','Y','V','G','C','X','Z','T','F','D','B'};
            ^
0_0_34076840_10134.cpp:53:17: error: redefinition of 'char w [20][10][9]'
 char w[20][10][9]={
                 ^
0_0_34076840_10134.cpp:8:6: note: 'char w [20][10][9]' previously defined here
 char w[20][10][9]={
      ^
0_0_34076840_10134.cpp: In function 'int f(int, int, int, int)':
0_0_34076840_10134.cpp:66:5: error: redefinition of 'int f(int, int, int, int)'
 int f(int a,int x,int b,int y){
     ^
0_0_34076840_10134.cpp:21:5: note: 'int f(int, int, int, int)' previously defined here
 int f(int a,int x,int b,int y){
     ^
0_0_34076840_10134.cpp: In function 'int main()':
0_0_34076840_10134.cpp:75:5: error: redefinition of 'int main()'
 int main() {
     ^
0_0_34076840_10134.cpp:30: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-06-27 01:47:31, Gzip enabled