#设置Tag是个好习惯 先上 FoF Upload插件的仓库:https://github.com/FriendsOfFlarum/upload 进入网站根目录,直接运行composer require fof/upload:"*"...
#并查集 #设置Tag是个好习惯 最小生成树 Kruskal算法还有一个Prim算法,以后补上#include <iostream> #include <algorithm> #define debug(x) cout <<&nbs...
#枚举 #设置Tag是个好习惯 #include <bits/stdc++.h> using namespace std; int main() { int n;  ...
#枚举 #设置Tag是个好习惯 题意:教师想在5个工作日中选择不同的两天,给学生们上课。给定个n学生们的空闲时间,是偶数。并将学生们分为均等的两组,然后选择其中2天,使得当天上课的所有同学都有空。来源:https://codeforces.com/contest/1598/problem/B代码:...