<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or ...
分类:
其他好文 时间:
2019-10-27 22:59:00
阅读次数:
105
$\text{o}\color{red}{\text{uuan}}$:这啥题面啊,咋写的跟堆 一样啊 题意简述:数轴上有$2n$个互不相同的点,横坐标依次为$1, 2, \ldots, 2n$,给出$n$对配对关系,保证每个点恰好出现一次。$m$次询问,每次给出$r_1, r_2$,求满足条件的正整 ...
分类:
其他好文 时间:
2019-10-24 19:36:43
阅读次数:
139
题目地址 https://dn.jarvisoj.com/challengefiles/level2.54931449c557d0551c4fc2a10f4778a1 先看一下文件的属性 32位 在看看保护机制 开启了NX 那么就不能shellcode 丢到IDA看看 main函数先执行vulner ...
分类:
其他好文 时间:
2019-10-08 20:31:19
阅读次数:
123
文章首发于公众号《程序员果果》 地址 : https://mp.weixin.qq.com/s/O0xntC JfeSBk 9x2QfwnA 一、简介 JDK 9~11 在语言语法方面有一个小改动,增加了相当数量的新API,这一节讲解下JDK1.8之后新增的一些API。 二、增强API 1. 集合的 ...
MarkdownPad Markdown编辑器,只能在windows下使用 邮箱:Soar360@live.com 授权证书 ...
分类:
其他好文 时间:
2019-04-27 00:06:36
阅读次数:
156
2469: Exploring Pyramids 问题:给出一棵树我们可以写出它的深搜结果,现在给出深搜结果字符串$S$求解对应树的种类数。 例子:深搜结果:$ABABABA$,对应的树(根结点在底层)有$5$个。 分析:应用区间动态规划,定义$dp[i][j]$为$S[i..j]$对应的树的个数, ...
分类:
其他好文 时间:
2019-03-28 09:19:00
阅读次数:
177
json转换 http请求 正则表达式 加密/解密 二维码生产 等 https://www.sojson.com/regex/generate https://www.sojson.com/regex/generate ...
分类:
其他好文 时间:
2019-03-18 15:21:56
阅读次数:
130
SOJ 3329: Maximum Submatrix II http://acm.scu.edu.cn/soj/problem.action?id=3329 Problem: Given a $0-1$ matrix, find the maximum submatrix which contai ...
分类:
其他好文 时间:
2019-03-16 09:53:58
阅读次数:
206
SOJ 3085: windy's cake V http://acm.scu.edu.cn/soj/problem.action?id=3085 Given a list of $n$ positive integers $num[1], ..., num[n]$, denote the scor ...
分类:
其他好文 时间:
2019-03-14 13:42:46
阅读次数:
164
SOJ 1162: I-Keyboard http://acm.scu.edu.cn/soj/problem.action?id=1162 Given a string $S$ with length $L$ in which each character has a frequency $F[i] ...
分类:
其他好文 时间:
2019-03-11 09:16:20
阅读次数:
162