摘要:
#include <iostream> #include <cstring> #include <algorithm> using namespace std; /* 1. 哪些点被用过 2. 目前停在哪个点上 2^20 * 20 => 2*10^7 f[state][j]: state表示当前哪个点被用过, j表示最后停在哪个点上 f[state][j] = f[state_k][k] + we 阅读全文
posted @ 2019-10-24 18:45
青衫客36
阅读(113)
评论(0)
推荐(0)

浙公网安备 33010602011771号