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]
相關文章
相關標籤/搜索