摘要: // language C with STL(C++) // 剑指19 // https://leetcode-cn.com/problems/zheng-ze-biao-da-shi-pi-pei-lcof/ // 偷师题解 class Solution { public: int getnum( 阅读全文
posted @ 2021-02-09 21:35 RougeBW 阅读(24) 评论(0) 推荐(0) 编辑
摘要: // language C with STL(C++) // 剑指38 // https://leetcode-cn.com/problems/zi-fu-chuan-de-pai-lie-lcof/ class Solution { public: vector<string> res; char 阅读全文
posted @ 2021-02-09 08:35 RougeBW 阅读(35) 评论(0) 推荐(0) 编辑
摘要: // language c // 剑指36 // https://leetcode-cn.com/problems/er-cha-sou-suo-shu-yu-shuang-xiang-lian-biao-lcof/ /* // Definition for a Node. class Node { 阅读全文
posted @ 2021-02-09 04:03 RougeBW 阅读(35) 评论(0) 推荐(0) 编辑