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_35581858_7104.cpp:49:2: error: stray '#' in program
 }#include<bits/stdc++.h>
  ^
0_0_35581858_7104.cpp:49:3: error: 'include' does not name a type
 }#include<bits/stdc++.h>
   ^
0_0_35581858_7104.cpp:53:20: error: redefinition of 'const string str [13]'
 const string str[13] = {"A", "2", "3", "4", "5", "6", "7", "8", "9", "10", "J", "Q", "K"};
                    ^
0_0_35581858_7104.cpp:5:14: note: 'const string str [13]' previously declared here
 const string str[13] = {"A", "2", "3", "4", "5", "6", "7", "8", "9", "10", "J", "Q", "K"};
              ^
0_0_35581858_7104.cpp:55:10: error: redefinition of 'int num [4]'
 int num[4];
          ^
0_0_35581858_7104.cpp:7:5: note: 'int num [4]' previously declared here
 int num[4];
     ^
0_0_35581858_7104.cpp: In function 'int dfs(int)':
0_0_35581858_7104.cpp:57:5: error: redefinition of 'int dfs(int)'
 int dfs(int n) {
     ^
0_0_35581858_7104.cpp:9:5: note: 'int dfs(int)' previously defined here
 int dfs(int n) {
     ^
0_0_35581858_7104.cpp: In function 'int main()':
0_0_35581858_7104.cpp:85:5: error: redefinition of 'int main()'
 int main() {
     ^
0_0_35581858_7104.cpp:37: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-06 08:28:38, Gzip enabled