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_30763394_8695.cpp:38:2: error: stray '#' in program
 }#include<cstdio>
  ^
0_0_30763394_8695.cpp:38:3: error: 'include' does not name a type
 }#include<cstdio>
   ^
0_0_30763394_8695.cpp:43:11: error: redefinition of 'const int N'
 const int N=1E6+7;
           ^
0_0_30763394_8695.cpp:6:11: note: 'const int N' previously defined here
 const int N=1E6+7;
           ^
0_0_30763394_8695.cpp:44:13: error: redefinition of 'int weight [1000007]'
 int weight[N];
             ^
0_0_30763394_8695.cpp:7:5: note: 'int weight [1000007]' previously declared here
 int weight[N];
     ^
0_0_30763394_8695.cpp:45:12: error: redefinition of 'int value [1000007]'
 int value[N];
            ^
0_0_30763394_8695.cpp:8:5: note: 'int value [1000007]' previously declared here
 int value[N];
     ^
0_0_30763394_8695.cpp:46:9: error: redefinition of 'int dp [1000007]'
 int dp[N];
         ^
0_0_30763394_8695.cpp:9:5: note: 'int dp [1000007]' previously declared here
 int dp[N];
     ^
0_0_30763394_8695.cpp: In function 'int main()':
0_0_30763394_8695.cpp:47:5: error: redefinition of 'int main()'
 int main(){
     ^
0_0_30763394_8695.cpp:10: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-17 01:31:49, Gzip enabled