layout: post title: Codeforces Round 262 (Div. 2) author: "luowentaoaa" catalog: true tags: mathjax: true codeforces 暴力 二分 传送门 "A Vasya and Socks" (签到 ...
分类:
其他好文 时间:
2019-03-14 00:42:14
阅读次数:
163
layout: post title: Codeforces Round 258(Div. 2) author: "luowentaoaa" catalog: true tags: mathjax: true codeforces 卢卡斯定理 传送门 "[A Game With Sticks" (签 ...
分类:
其他好文 时间:
2019-03-05 17:06:04
阅读次数:
206
layout: post title: Codeforces Beta Round 84 (Div. 2 Only) author: "luowentaoaa" catalog: true tags: mathjax: true codeforces 传送门 不得不说这远古场太简单了 "A Near ...
分类:
其他好文 时间:
2019-03-02 10:47:58
阅读次数:
226
layout: post title: Codeforces Round 256 (Div. 2) author: "luowentaoaa" catalog: true tags: mathjax: true codeforces 分治 传送门 A. "A Rewards" (签到) 题意 三种A ...
分类:
其他好文 时间:
2019-03-02 00:57:16
阅读次数:
165
博客园已经内置添加了MathJax以支持LaTeX数学公式 For inline formulas, enclose the formula in $...$. $a=b+c$ For displayed formulas, use $$...$$ $$a =b +c$$ Referenceshtt ...
分类:
其他好文 时间:
2019-02-27 21:51:24
阅读次数:
212
layout: post title: Python5 列表 author: "luowentaoaa" catalog: true tags: mathjax: true Python列表脚本操作符 列表对 + 和 的操作符与字符串相似。+ 号用于组合列表, 号用于重复列表。 如下所示: | Py ...
分类:
编程语言 时间:
2019-02-26 17:42:36
阅读次数:
182
ayout: post title: Python3 字典(map) author: "luowentaoaa" catalog: true tags: mathjax: true 字典是另一种可变容器模型,且可存储任意类型对象。 字典的每个键值(key= value)对用冒号( : )分割,每个对 ...
分类:
编程语言 时间:
2019-02-26 17:35:27
阅读次数:
221
layout: post title: Python3 元组 author: "luowentaoaa" catalog: true tags: mathjax: true Python 的元组与列表类似,不同之处在于元组的元素不能修改。 元组使用小括号,列表使用方括号。 元组创建很简单,只需要在括 ...
分类:
编程语言 时间:
2019-02-26 17:26:57
阅读次数:
209
layout: post title: Codeforces Round 253 (Div. 2) author: "luowentaoaa" catalog: true tags: mathjax: true codeforces 模拟栈 贪心 传送门 A. "Anton and Letters" ...
分类:
其他好文 时间:
2019-02-26 13:35:10
阅读次数:
162
layout: post title: Codeforces Round 252 (Div. 2) author: "luowentaoaa" catalog: true tags: mathjax: true codeforces 群论 传送门 A.Valera and Antique Items ...
分类:
其他好文 时间:
2019-02-23 23:05:43
阅读次数:
310