2018年9月25日

随机算法

摘要: class Solution { private: vector<int> vc; public: Solution(vector<int> nums) { vc = nums; } int pick(int target) { vector<int> tmp; int size = 0; for 阅读全文

posted @ 2018-09-25 23:51 stupid_one 阅读(154) 评论(0) 推荐(0) 编辑

24点游戏

摘要: http://acm.hdu.edu.cn/showproblem.php?pid=1427 不传引用会TLE #include <bits/stdc++.h> using namespace std; double epx = 1e-10; int cmp = 24; bool judge(vec 阅读全文

posted @ 2018-09-25 19:47 stupid_one 阅读(218) 评论(0) 推荐(0) 编辑

导航