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(){
^
|