摘要: 网络流初探 例题A题解 网络流板子,不会自己学 例题A代码 #include<bits/stdc++.h> #define int long long using namespace std; inline int read(){ int x = 0, f =1;char ch = getchar( 阅读全文
posted @ 2023-12-11 14:24 Call_me_Eric 阅读(54) 评论(0) 推荐(0)
摘要: CF396 Codeforces Round 232 (Div. 1) CF396A link CF396A题意 给出一个长度为 \(n\) 的序列 \(a\),令 \(m=\prod_{i=1}^na_i\),问有多少个长度为 \(n\) 的序列使得序列中的所有数的乘积等于 \(m\)。 CF39 阅读全文
posted @ 2023-12-11 08:15 Call_me_Eric 阅读(60) 评论(0) 推荐(0)
Live2D