摘要: 这题没什么好说的。 #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)
摘要: 头部 accumulate() chain() combinations() combinations_with_replacement() compress() count() cycle() dropwhile() filterfalse() groupby() islice() permuta 阅读全文
posted @ 2020-04-10 17:40 NoneType 阅读(349) 评论(1) 推荐(1)
摘要: 头部 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)