会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
luowentao
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
16
下一页
2019年3月3日
数学基础
摘要: 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
阅读(370)
评论(0)
推荐(0)
2019年3月2日
self
该文被密码保护。
阅读全文
posted @ 2019-03-02 19:42 luowentao
阅读(20)
评论(0)
推荐(0)
Codeforces Beta Round 84 (Div. 2 Only)
摘要: 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
阅读(180)
评论(0)
推荐(0)
Codeforces Round 256 (Div. 2)
摘要: 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
阅读(219)
评论(0)
推荐(0)
2019年2月28日
Codeforces Round FF(Div. 2)
摘要: 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
阅读(182)
评论(0)
推荐(0)
2019年2月27日
Codeforces Round 254 (Div. 2)
摘要: 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
阅读(149)
评论(0)
推荐(0)
2019年2月26日
Python3 集合(无序的set)
摘要: ayout: post title: Python3 集合(无序的set) author: "luowentaoaa" catalog: true tags: mathjax: true 集合(set)是一个无序的不重复元素序列。 可以使用大括号 { } 或者 set() 函数创建集合,注意:创建一
阅读全文
posted @ 2019-02-26 16:49 luowentao
阅读(2664)
评论(0)
推荐(0)
Python3 字典(map)
摘要: ayout: post title: Python3 字典(map) author: "luowentaoaa" catalog: true tags: mathjax: true 字典是另一种可变容器模型,且可存储任意类型对象。 字典的每个键值(key= value)对用冒号( : )分割,每个对
阅读全文
posted @ 2019-02-26 16:37 luowentao
阅读(4106)
评论(0)
推荐(0)
Python3 元组
摘要: layout: post title: Python3 元组 author: "luowentaoaa" catalog: true tags: mathjax: true Python 的元组与列表类似,不同之处在于元组的元素不能修改。 元组使用小括号,列表使用方括号。 元组创建很简单,只需要在括
阅读全文
posted @ 2019-02-26 16:26 luowentao
阅读(119)
评论(0)
推荐(0)
Python3 列表
摘要: layout: post title: Python5 列表 author: "luowentaoaa" catalog: true tags: mathjax: true Python列表脚本操作符 列表对 + 和 的操作符与字符串相似。+ 号用于组合列表, 号用于重复列表。 如下所示: | Py
阅读全文
posted @ 2019-02-26 16:21 luowentao
阅读(120)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
16
下一页
公告