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_13677440_28875.cpp:43:2: error: stray '#' in program
 }#include <iostream>
  ^
0_0_13677440_28875.cpp:43:3: error: 'include' does not name a type
 }#include <iostream>
   ^
0_0_13677440_28875.cpp:48:5: error: redefinition of 'int n'
 int n;
     ^
0_0_13677440_28875.cpp:6:5: note: 'int n' previously declared here
 int n;
     ^
0_0_13677440_28875.cpp:49:5: error: redefinition of 'int total'
 int total;
     ^
0_0_13677440_28875.cpp:7:5: note: 'int total' previously declared here
 int total;
     ^
0_0_13677440_28875.cpp:50:14: error: redefinition of 'int vis [3][20]'
 int vis[3][20];
              ^
0_0_13677440_28875.cpp:8:5: note: 'int vis [3][20]' previously declared here
 int vis[3][20];
     ^
0_0_13677440_28875.cpp:51:10: error: redefinition of 'int dp [11]'
 int dp[11];
          ^
0_0_13677440_28875.cpp:9:5: note: 'int dp [11]' previously declared here
 int dp[11];
     ^
0_0_13677440_28875.cpp: In function 'void search(int)':
0_0_13677440_28875.cpp:52:6: error: redefinition of 'void search(int)'
 void search(int cur)
      ^
0_0_13677440_28875.cpp:10:6: note: 'void search(int)' previously defined here
 void search(int cur)
      ^
0_0_13677440_28875.cpp: In function 'int main()':
0_0_13677440_28875.cpp:70:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_13677440_28875.cpp:28: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 15:21:03, Gzip enabled