摘要:
// language C with STL(C++) // 剑指19 // https://leetcode-cn.com/problems/zheng-ze-biao-da-shi-pi-pei-lcof/ // 偷师题解 class Solution { public: int getnum( 阅读全文
摘要:
// 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 阅读全文
摘要:
// 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 { 阅读全文