上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: layout: post title: Python3 字符串 author: "luowentaoaa" catalog: true tags: mathjax: true Python 字符串更新 你可以截取字符串的一部分并与其他字段拼接,如下实例: Python转义字符 在需要在字符中使用特殊 阅读全文
posted @ 2019-02-26 16:00 luowentao 阅读(169) 评论(0) 推荐(0) 编辑
摘要: layout: post title: Python3 数字 author: "luowentaoaa" catalog: true tags: mathjax: true Python 数字类型转换 有时候,我们需要对数据内置的类型进行转换,数据类型的转换,你只需要将数据类型作为函数名即可。 in 阅读全文
posted @ 2019-02-26 15:40 luowentao 阅读(155) 评论(0) 推荐(0) 编辑
摘要: layout: post title: Python3 运算符 author: "luowentaoaa" catalog: true tags: mathjax: true Python算术运算符 | + | 加 两个对象相加 | a + b 输出结果 31 | | | | | | | 减 得到负 阅读全文
posted @ 2019-02-26 15:24 luowentao 阅读(225) 评论(0) 推荐(0) 编辑
摘要: layout: post title: Python3 基础数据类型 author: "luowentaoaa" catalog: true tags: mathjax: true 标准数据结构 数字 字符串 List Tuple(元组) Set(集合) Dictionary(字典) Python数 阅读全文
posted @ 2019-02-26 15:23 luowentao 阅读(151) 评论(0) 推荐(0) 编辑
摘要: layout: post title: Codeforces Round 253 (Div. 2) author: "luowentaoaa" catalog: true tags: mathjax: true codeforces 模拟栈 贪心 传送门 A. "Anton and Letters" 阅读全文
posted @ 2019-02-26 12:01 luowentao 阅读(447) 评论(0) 推荐(0) 编辑
摘要: layout: post title: Codeforces Round 542 (Div. 2) author: "luowentaoaa" catalog: true tags: mathjax: true codeforces 并查集 传送门 前三题太简单不写 D.Toy Train (贪心) 阅读全文
posted @ 2019-02-25 23:20 luowentao 阅读(176) 评论(0) 推荐(0) 编辑
摘要: layout: post title: git配置 author: "luowentaoaa" catalog: true tags: mathjax: true 阅读全文
posted @ 2019-02-25 16:46 luowentao 阅读(124) 评论(0) 推荐(0) 编辑
摘要: layout: post title: git基础 author: "luowentaoaa" catalog: true tags: mathjax: true 记录每次更新到仓库 git init git add git clone git status cpp / 要确定哪些文件当前处于什么状 阅读全文
posted @ 2019-02-25 16:00 luowentao 阅读(168) 评论(0) 推荐(0) 编辑
摘要: layout: post title: Codeforces Round 541 (Div. 2) author: "luowentaoaa" catalog: true tags: mathjax: true codeforces 并查集 传送门 A. "Sea Battle" (签到) 题意 给 阅读全文
posted @ 2019-02-24 19:27 luowentao 阅读(261) 评论(0) 推荐(0) 编辑
摘要: layout: post title: Codeforces Round 252 (Div. 2) author: "luowentaoaa" catalog: true tags: mathjax: true codeforces 群论 传送门 A.Valera and Antique Items 阅读全文
posted @ 2019-02-23 22:50 luowentao 阅读(156) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页