ouyu69
我打算法竞赛,真的假的。
文章 60
图论 二分图的最大匹配问题
假设当前 需要分配一个点 , 但是已经没有可以分配的点给它了,呢么我们就可以询问那些已经分配好的点的对象是否有…
codeforce C2. Shohag Loves XOR (Hard Version)
C2. Shohag Loves XOR (Hard Version) 题目链接 分三种情况 情况1: 令 ,…
未分类 vue3 使用 elementui 报错 You may need an additional loader to handle the result of these loaders.
vue3 使用 element 报错 ERROR in ./src/components/MyHome.vue…
codeforce Codeforces Round 986 (Div. 2) A -D
A. Alice's Adventures in "Chess" 因为范围很小所以…
codeforce Codeforces Round 983 (Div. 2) A-D
A.Circuit 题目链接 鸽巢原理的简单应用。 想让灯亮的最少,就把所有打开的灯再关上,即序…
算法 快读快写(__int128)
inline int read() { int x=0,f=1; char ch=getchar(); whi…