tips

Posted on 2023-03-12 18:13  lyc2002  阅读(19)  评论(0编辑  收藏  举报

快速得到一个数字的位数

int len = to_string(num).size();

有限制的选择问题就是背包问题

无向边才可用并查集来做,有向边不行