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_24693953_29212.cpp:34:2: error: stray '#' in program
 }#include<iostream>
  ^
0_0_24693953_29212.cpp:34:3: error: 'include' does not name a type
 }#include<iostream>
   ^
0_0_24693953_29212.cpp:43:5: error: redefinition of 'int n'
 int n;
     ^
0_0_24693953_29212.cpp:10:5: note: 'int n' previously declared here
 int n;
     ^
0_0_24693953_29212.cpp:44:12: error: redefinition of 'int dp [1005]'
 int dp[1005];
            ^
0_0_24693953_29212.cpp:11:5: note: 'int dp [1005]' previously declared here
 int dp[1005];
     ^
0_0_24693953_29212.cpp: In function 'void init()':
0_0_24693953_29212.cpp:46:6: error: redefinition of 'void init()'
 void init()
      ^
0_0_24693953_29212.cpp:13:6: note: 'void init()' previously defined here
 void init()
      ^
0_0_24693953_29212.cpp: In function 'int main()':
0_0_24693953_29212.cpp:58:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_24693953_29212.cpp:25: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-25 20:32:19, Gzip enabled