会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
NoneType
博客园
首页
新随笔
联系
订阅
管理
2020年5月16日
Project Euler C/C++ 解题记录
摘要: 这题没什么好说的。 #include<iostream> using namespace std; int main() { ios::sync_with_stdio(false); unsigned int sum = 0U; for (unsigned short num = 1U; num <
阅读全文
posted @ 2020-05-16 17:02 NoneType
阅读(155)
评论(0)
推荐(0)
2020年4月10日
Python itertools模块 可能的Python代码实现
摘要: 头部 accumulate() chain() combinations() combinations_with_replacement() compress() count() cycle() dropwhile() filterfalse() groupby() islice() permuta
阅读全文
posted @ 2020-04-10 17:40 NoneType
阅读(349)
评论(1)
推荐(1)
2020年4月9日
Python BIFS的可能的实现
摘要: 头部 abs() all() any() callable() divmod() enumerate() filter() hash() input() isinstance() iter() len() map() max() min() next() print() reversed() sum
阅读全文
posted @ 2020-04-09 17:53 NoneType
阅读(385)
评论(2)
推荐(0)
公告