Loading

摘要: A. 【例题1】求最大流 板子。 #include <iostream> #include <cstring> #define N 505 #define int long long int n,m,hed[N],tal[N],flw[N],nxt[N],cnte,S,T; void adde(in 阅读全文
posted @ 2025-06-16 23:05 整齐的艾萨克 阅读(8) 评论(0) 推荐(0)