摘要: c++常用算法模板(云剪切板) c++常用算法模板 SPFA单源最短路模板 #include<bits/stdc++.h> using namespace std; typedef long long LL; const int inf=0x3f3f3f3f; const int N=114514; 阅读全文
posted @ 2023-10-18 17:30 IOI_official 阅读(168) 评论(0) 推荐(0)