XidianOJ 1071 Rectangle Counting

--正文 递推题,通过找关系即可列出递推式 #include <iostream> #include <cstring> #include <cstdio> #include <algorithm> using namespace std; #define SIZE 10 typedef long long LL; LL f[SIZE+1][SIZE+1] = {0}; LL pow2[20]
相关文章
相关标签/搜索