摘要: ![](https://img2022.cnblogs.com/blog/2540508/202205/2540508-20220530123056807-590338924.png) ![](https://img2022.cnblogs.com/blog/2540508/202205/2540508-20220530123138964-1691593493.png) ![](https://i 阅读全文
posted @ 2022-05-30 12:32 越菜越自信 阅读(15) 评论(0) 推荐(0)
摘要: class Solution { #define maxn 10010 vector<int> edges[maxn]; public: vector<int> eventualSafeNodes(vector<vector<int>>& graph) { int i, j; int n = gra 阅读全文
posted @ 2022-05-30 12:30 越菜越自信 阅读(20) 评论(0) 推荐(0)