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_30100611_7496.cpp:28:2: error: stray '#' in program
 }#include <bits/stdc++.h>
  ^
0_0_30100611_7496.cpp:28:3: error: 'include' does not name a type
 }#include <bits/stdc++.h>
   ^
0_0_30100611_7496.cpp:30:5: error: redefinition of 'int n'
 int n,m;
     ^
0_0_30100611_7496.cpp:3:5: note: 'int n' previously declared here
 int n,m;
     ^
0_0_30100611_7496.cpp:30:7: error: redefinition of 'int m'
 int n,m;
       ^
0_0_30100611_7496.cpp:3:7: note: 'int m' previously declared here
 int n,m;
       ^
0_0_30100611_7496.cpp:31:10: error: redefinition of 'int a [310]'
 int a[310],b[310];
          ^
0_0_30100611_7496.cpp:4:5: note: 'int a [310]' previously declared here
 int a[310],b[310];
     ^
0_0_30100611_7496.cpp:31:17: error: redefinition of 'int b [310]'
 int a[310],b[310];
                 ^
0_0_30100611_7496.cpp:4:12: note: 'int b [310]' previously declared here
 int a[310],b[310];
            ^
0_0_30100611_7496.cpp:32:11: error: redefinition of 'int dp [310]'
 int dp[310]; //凑成i的方案数 
           ^
0_0_30100611_7496.cpp:5:5: note: 'int dp [310]' previously declared here
 int dp[310]; //凑成i的方案数 
     ^
0_0_30100611_7496.cpp: In function 'int main()':
0_0_30100611_7496.cpp:33:5: error: redefinition of 'int main()'
 int main(){
     ^
0_0_30100611_7496.cpp:6: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-16 13:01:58, Gzip enabled