It's not a Bug, it's a Feature! UVA - 658 (最短路)

考慮到狀態數較多,我們不選擇存點,而是每次檢測可行的變化方式(即邊)來前進。考慮到所有的bug都只有存在和不存在兩種情況所以選擇使用二進制進行保存。 AC代碼: #include<cstdio> #include<queue> #include<iostream> #include<cstring> using namespace std; const int inf=0x3f3f3f3f; ty
相關文章
相關標籤/搜索