寒冷滑板

文章
8
资源
0
加入时间
2年10月17天

SPOJ 20713 DIVCNT2 - Counting Divisors (square)

DIVCNT2 - Counting Divisors (square)#sub-linear#dirichlet-generating-functionLet\sigma_0(n)σ​0​​(n)be the number of positive divisors ofnn.For example,\sigma_0(1) = 1σ​0​​(1)=1,\s...

Python3中利用Beautiful Soup爬取豆瓣图片

#!/usr/bin/python# -*- coding: UTF-8 -*-# 设置编码格式为utf-8,为了可以打印出中文字符import sysimport os# 导入urllib2模块,用于通过url获取网页的内容import urllib# 导入BeautifulSoup模块(需要安装),用于解析网页的内容from bs4 import BeautifulSou...