摘要:
ubuntu 启动后登陆老是卡住, dmesg看,有个错误 vmwgfx unsupported hypervisor The "vmwgfx unsupported hypervisor" error in VirtualBox with Ubuntu usually occurs due to 阅读全文
摘要:
运行时间最长一个测试用例跑646ms,比for循环430ms慢一些 #include <bits/stdc++.h> using namespace std; const int N = 20; int n, g[N][N], dp[1<<N][N]; int ALL; // 状态压缩 + 记忆化搜 阅读全文