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_20164651_22562.cpp:55:2: error: stray '#' in program
 }#include <iostream>
  ^
0_0_20164651_22562.cpp:55:3: error: 'include' does not name a type
 }#include <iostream>
   ^
0_0_20164651_22562.cpp:68:11: error: redefinition of 'const int N'
 const int N=107;
           ^
0_0_20164651_22562.cpp:14:11: note: 'const int N' previously defined here
 const int N=107;
           ^
0_0_20164651_22562.cpp:69:8: error: redefinition of 'int v [107]'
 int v[N],w[N];
        ^
0_0_20164651_22562.cpp:15:5: note: 'int v [107]' previously declared here
 int v[N],w[N];
     ^
0_0_20164651_22562.cpp:69:13: error: redefinition of 'int w [107]'
 int v[N],w[N];
             ^
0_0_20164651_22562.cpp:15:10: note: 'int w [107]' previously declared here
 int v[N],w[N];
          ^
0_0_20164651_22562.cpp:70:12: error: redefinition of 'int dp [2007]'
 int dp[2007];
            ^
0_0_20164651_22562.cpp:16:5: note: 'int dp [2007]' previously declared here
 int dp[2007];
     ^
0_0_20164651_22562.cpp: In function 'int main()':
0_0_20164651_22562.cpp:71:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_20164651_22562.cpp:17: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-26 06:02:07, Gzip enabled