theshy

博客园 首页 新随笔 联系 订阅 管理

2020年3月17日 #

摘要: #include <iostream> #include <vector> #include <cstring> using namespace std; const int _max = 350; int c1[_max], c2[_max];//c1[i]:当前多项式x^i的系数 vector< 阅读全文
posted @ 2020-03-17 17:37 tziSher 阅读(115) 评论(0) 推荐(0) 编辑

摘要: #include <iostream> #include <vector> #include <cstring> using namespace std; const int _max = 60; int c1[_max], c2[_max];//c1[i]:当前多项式x^i的系数 vector<i 阅读全文
posted @ 2020-03-17 17:15 tziSher 阅读(112) 评论(0) 推荐(0) 编辑

摘要: public class Solution { /** * @param candidates: A list of integers * @param target: An integer * @return: A list of lists of integers */ public List< 阅读全文
posted @ 2020-03-17 15:59 tziSher 阅读(113) 评论(0) 推荐(0) 编辑

摘要: You-get 阅读全文
posted @ 2020-03-17 14:03 tziSher 阅读(228) 评论(0) 推荐(0) 编辑