摘要:
547. 省份数量 - 力扣(LeetCode) (leetcode-cn.com) 1 class Solution { 2 public: 3 vector<int>father; 4 int find(int x){ 5 if(father[x]==x) 6 return x; 7 retur 阅读全文
posted @ 2022-04-25 10:19
剩下的交给时间就好
阅读(20)
评论(0)
推荐(0)
浙公网安备 33010602011771号