0_0_39290022_21235.cpp:1:4: error: stray '#' in program
1 | 1 #include <iostream>
| ^
0_0_39290022_21235.cpp:2:4: error: stray '#' in program
2 | 2 #include <cstring>
| ^
0_0_39290022_21235.cpp:3:4: error: stray '#' in program
3 | 3 #include <cstdlib>
| ^
0_0_39290022_21235.cpp:1:2: error: expected unqualified-id before numeric constant
1 | 1 #include <iostream>
| ^
0_0_39290022_21235.cpp:5:2: error: expected unqualified-id before numeric constant
5 | 5 int d[2010][1005];
| ^
0_0_39290022_21235.cpp:6:2: error: expected unqualified-id before numeric constant
6 | 6 int f[2002];
| ^
0_0_39290022_21235.cpp:7:2: error: expected unqualified-id before numeric constant
7 | 7 int fun(int a)//求平方
| ^
0_0_39290022_21235.cpp:11:1: error: expected unqualified-id before numeric constant
11 | 11 int min(int a,int b)
| ^~
0_0_39290022_21235.cpp:15:1: error: expected unqualified-id before numeric constant
15 | 15 int cmp(const void *a,const void *b)
| ^~
0_0_39290022_21235.cpp:19:1: error: expected unqualified-id before numeric constant
19 | 19 void dp(int n,int k)//n件物品曲k次
| ^~
0_0_39290022_21235.cpp:39:1: error: expected unqualified-id before numeric constant
39 | 39 int main()
| ^~
0_0_39290022_21235.cpp:54:1: error: expected unqualified-id before numeric constant
54 | 54
| ^~
|