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_23843303_8880.cpp:37:2: error: stray '#' in program
 }#include <stdio.h>  
  ^
0_0_23843303_8880.cpp:37:3: error: 'include' does not name a type
 }#include <stdio.h>  
   ^
0_0_23843303_8880.cpp:42:11: error: redefinition of 'int a [1005]'
 int a[1005],dp[1005];  
           ^
0_0_23843303_8880.cpp:6:5: note: 'int a [1005]' previously declared here
 int a[1005],dp[1005];  
     ^
0_0_23843303_8880.cpp:42:20: error: redefinition of 'int dp [1005]'
 int a[1005],dp[1005];  
                    ^
0_0_23843303_8880.cpp:6:13: note: 'int dp [1005]' previously declared here
 int a[1005],dp[1005];  
             ^
0_0_23843303_8880.cpp:43:11: error: redefinition of 'const int inf'
 const int inf = 999999999;  
           ^
0_0_23843303_8880.cpp:7:11: note: 'const int inf' previously defined here
 const int inf = 999999999;  
           ^
0_0_23843303_8880.cpp: In function 'int main()':
0_0_23843303_8880.cpp:45:5: error: redefinition of 'int main()'
 int main()  
     ^
0_0_23843303_8880.cpp:9: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 19:33:15, Gzip enabled