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_27024966_15859.cpp:98:2: error: stray '#' in program
 }#include<bits/stdc++.h>
  ^
0_0_27024966_15859.cpp:98:3: error: 'include' does not name a type
 }#include<bits/stdc++.h>
   ^
0_0_27024966_15859.cpp:107:13: error: redefinition of 'template<class T, class V> bool tomin(T&, V)'
 inline bool tomin(T &x,V y){if(x>y){x=y;return true;}return false;}
             ^
0_0_27024966_15859.cpp:10:13: note: 'template<class T, class V> bool tomin(T&, V)' previously declared here
 inline bool tomin(T &x,V y){if(x>y){x=y;return true;}return false;}
             ^
0_0_27024966_15859.cpp:109:13: error: redefinition of 'template<class T, class V> bool tomax(T&, V)'
 inline bool tomax(T &x,V y){if(x<y){x=y;return true;}return false;}
             ^
0_0_27024966_15859.cpp:12:13: note: 'template<class T, class V> bool tomax(T&, V)' previously declared here
 inline bool tomax(T &x,V y){if(x<y){x=y;return true;}return false;}
             ^
0_0_27024966_15859.cpp:111:21: error: redefinition of 'const int dir [10][10]'
 const int dir[10][10]=
                     ^
0_0_27024966_15859.cpp:14:11: note: 'const int dir [10][10]' previously defined here
 const int dir[10][10]=
           ^
0_0_27024966_15859.cpp:122:7: error: redefinition of 'const int S [10]'
 },S[10]={0, 7, 8, 9,12,13,16,17,18},T[10]={0,6,5,8,7,2,1,4,3};
       ^
0_0_27024966_15859.cpp:25:3: note: 'const int S [10]' previously defined here
 },S[10]={0, 7, 8, 9,12,13,16,17,18},T[10]={0,6,5,8,7,2,1,4,3};
   ^
0_0_27024966_15859.cpp:122:41: error: redefinition of 'const int T [10]'
 },S[10]={0, 7, 8, 9,12,13,16,17,18},T[10]={0,6,5,8,7,2,1,4,3};
                                         ^
0_0_27024966_15859.cpp:25:37: note: 'const int T [10]' previously defined here
 },S[10]={0, 7, 8, 9,12,13,16,17,18},T[10]={0,6,5,8,7,2,1,4,3};
                                     ^
0_0_27024966_15859.cpp:123:16: error: redefinition of 'const char C [10]'
 const char C[10]=
                ^
0_0_27024966_15859.cpp:26:12: note: 'const char C [10]' previously defined here
 const char C[10]=
            ^
0_0_27024966_15859.cpp:141:9: error: redefinition of 'int A [30]'
 int A[30],ans[100005];
         ^
0_0_27024966_15859.cpp:44:5: note: 'int A [30]' previously declared here
 int A[30],ans[100005];
     ^
0_0_27024966_15859.cpp:141:21: error: redefinition of 'int ans [100005]'
 int A[30],ans[100005];
                     ^
0_0_27024966_15859.cpp:44:11: note: 'int ans [100005]' previously declared here
 int A[30],ans[100005];
           ^
0_0_27024966_15859.cpp: In function 'int check()':
0_0_27024966_15859.cpp:142:5: error: redefinition of 'int check()'
 int check(){
     ^
0_0_27024966_15859.cpp:45:5: note: 'int check()' previously defined here
 int check(){
     ^
0_0_27024966_15859.cpp: In function 'void Move(int)':
0_0_27024966_15859.cpp:148:6: error: redefinition of 'void Move(int)'
 void Move(int d){
      ^
0_0_27024966_15859.cpp:51:6: note: 'void Move(int)' previously defined here
 void Move(int d){
      ^
0_0_27024966_15859.cpp: In function 'bool dfs(int)':
0_0_27024966_15859.cpp:155:6: error: redefinition of 'bool dfs(int)'
 bool dfs(int dep){
      ^
0_0_27024966_15859.cpp:58:6: note: 'bool dfs(int)' previously defined here
 bool dfs(int dep){
      ^
0_0_27024966_15859.cpp: In function 'bool INPUT()':
0_0_27024966_15859.cpp:170:6: error: redefinition of 'bool INPUT()'
 bool INPUT(){
      ^
0_0_27024966_15859.cpp:73:6: note: 'bool INPUT()' previously defined here
 bool INPUT(){
      ^
0_0_27024966_15859.cpp: In function 'void solve()':
0_0_27024966_15859.cpp:176:6: error: redefinition of 'void solve()'
 void solve(){
      ^
0_0_27024966_15859.cpp:79:6: note: 'void solve()' previously defined here
 void solve(){
      ^
0_0_27024966_15859.cpp: In function 'int main()':
0_0_27024966_15859.cpp:191:5: error: redefinition of 'int main()'
 int main(){
     ^
0_0_27024966_15859.cpp:94: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-10-05 20:22:28, Gzip enabled