上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页
摘要: layout: post title: 数学基础 author: "luowentaoaa" catalog: true mathjax: true tags: 基本计数方法 Chess Queen "UVA 11538" (平方和公式由(n+1)^3推出) cpp include using na 阅读全文
posted @ 2019-03-03 23:11 luowentao 阅读(335) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-03-02 19:42 luowentao 阅读(20) 评论(0) 推荐(0) 编辑
摘要: layout: post title: Codeforces Beta Round 84 (Div. 2 Only) author: "luowentaoaa" catalog: true tags: mathjax: true codeforces 传送门 不得不说这远古场太简单了 "A Near 阅读全文
posted @ 2019-03-02 01:13 luowentao 阅读(165) 评论(0) 推荐(0) 编辑
摘要: layout: post title: Codeforces Round 256 (Div. 2) author: "luowentaoaa" catalog: true tags: mathjax: true codeforces 分治 传送门 A. "A Rewards" (签到) 题意 三种A 阅读全文
posted @ 2019-03-02 00:24 luowentao 阅读(196) 评论(0) 推荐(0) 编辑
摘要: layout: post title: Codeforces Round FF(Div. 2) author: "luowentaoaa" catalog: true tags: mathjax: true codeforces 线段树 传送门 "A DZY Loves Hash" (签到) 题意 阅读全文
posted @ 2019-02-28 14:33 luowentao 阅读(178) 评论(0) 推荐(0) 编辑
摘要: layout: post title: Codeforces Round 254 (Div. 2) author: "luowentaoaa" catalog: true tags: mathjax: true codeforces 模拟栈 贪心 传送门 A. "DZY Loves Chessboa 阅读全文
posted @ 2019-02-27 14:11 luowentao 阅读(133) 评论(0) 推荐(0) 编辑
摘要: ayout: post title: Python3 集合(无序的set) author: "luowentaoaa" catalog: true tags: mathjax: true 集合(set)是一个无序的不重复元素序列。 可以使用大括号 { } 或者 set() 函数创建集合,注意:创建一 阅读全文
posted @ 2019-02-26 16:49 luowentao 阅读(2619) 评论(0) 推荐(0) 编辑
摘要: ayout: post title: Python3 字典(map) author: "luowentaoaa" catalog: true tags: mathjax: true 字典是另一种可变容器模型,且可存储任意类型对象。 字典的每个键值(key= value)对用冒号( : )分割,每个对 阅读全文
posted @ 2019-02-26 16:37 luowentao 阅读(4008) 评论(0) 推荐(0) 编辑
摘要: layout: post title: Python3 元组 author: "luowentaoaa" catalog: true tags: mathjax: true Python 的元组与列表类似,不同之处在于元组的元素不能修改。 元组使用小括号,列表使用方括号。 元组创建很简单,只需要在括 阅读全文
posted @ 2019-02-26 16:26 luowentao 阅读(111) 评论(0) 推荐(0) 编辑
摘要: layout: post title: Python5 列表 author: "luowentaoaa" catalog: true tags: mathjax: true Python列表脚本操作符 列表对 + 和 的操作符与字符串相似。+ 号用于组合列表, 号用于重复列表。 如下所示: | Py 阅读全文
posted @ 2019-02-26 16:21 luowentao 阅读(109) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页