LeetCode 115. 不同的子序列
博客好久没更新了orz… 题目链接 官方给的做法是用动态规划,不过我用的玄学做法也做对了 代码如下: class Solution { public: map<char, set<int> > lette […]
博客好久没更新了orz… 题目链接 官方给的做法是用动态规划,不过我用的玄学做法也做对了 代码如下: class Solution { public: map<char, set<int> > lette […]
一个同学找我求助,让我帮TA做几道蓝桥杯模拟赛的算法题 于是,时隔一年多没写过算法题的我又重操旧业,看看我的脑子有没有生锈2333 不得不说,蓝桥杯的代码标准太老了,用的还是C99/C++98标准 我这一年多做工程都是C++14/17往上怼 […]
不发题解,单纯的比赛总结 //////////////////////////////// 前一个月都在考试和比赛中忙碌着 5.13:考试 5.19和5.20:省赛、东北赛,考试 表现并不是很出色,省赛、东北赛都是只拿了银,去年省赛就是银, […]
【2018-05-01更新】校赛题目已经挂到OJ:https://oj.zjw1.top/problemset.php?page=3(2019.6.4更:该网站到期未续费,现已无法访问),题目id 1219~1231 题目原文请见:Cont […]
p.s. 此文章为word直接复制粘贴生成,未对格式进行修正,请周知! word版本下载请见:https://download.csdn.net/download/zjw1111/9979516 一.集合(set) 头文 […]
· Codeforces 946a Origin:http://codeforces.com/problemset/problem/946/A 题意:正数的和减去负数的和 #include <bits/stdc++.h> usi […]
C. Phone Numbers And where the are the phone numbers? You are given a string s consisting of lowercase English letters a […]
B. Our Tanya is Crying Out Loud Right now she actually isn’t. But she will be, if you don’t solve this probl […]
A. Points on the line We’ve got no test cases. A big olympiad is coming up. But the problemsetters’ number o […]
A strange number Time Limit: 1s Description Given a positive integer with a maximum of 100 digits, ask if you can remove […]