Acwing 240. 食物链 题目描述思路讲解代码展示 题目描述 思路讲解 代码展示
#include <iostream>using namespace std;const int N 50010;int n, m;
int p[N], d[N]; //p[]是并查集的father,d[]是距离int find(int x) {if (p[x] ! x) { //如果说x不是树根的话int t f…
2020年9月18日发布
2022年2月7日称为默认版本,意味vue3是现在也是未来
Ant Design Pc端组件库
Element Plus Pc端组件库
Vant 移动端
VueUse 基于composition 组合式api的常用函数集合
vue3中文文档:https://cn.vuejs.org/guide/introduction.html…