ReiAC's Blog

Recent content on ReiAC's Blog

马上订阅 ReiAC's Blog RSS 更新: https://rei.ac/index.xml

POJ2279 Mr. Young's Picture Permutations

2021年1月13日 02:21

蛮有意思的一个DP,数据很小,但是直接开的话是会直接爆掉

做这个题是因为最近比较无头苍蝇,就刷李煜东的书和Steps

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#include<bits/stdc++.h>
//#include<bits/extc++.h>
#define int long long
//#define int __int128
#define ull unsigned long long
#define mmst0(...

剩余内容已隐藏

查看完整文章以阅读更多