摘要: 这个问题主要是在01背包上进行进行修改,添加一个一维数组: 代码如下: #include<iostream> #include<cmath> #include<cstring> #include<vector> #include<algorithm> using namespace std; con 阅读全文
posted @ 2020-08-01 17:20 喜欢爬的孩子 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 代码如下: import requests import openpyxl import time from bs4 import BeautifulSoup #用于解析和提取网页数据的 lst=[]#列表 def send_request(id,page): url = 'https://www. 阅读全文
posted @ 2020-08-01 17:16 喜欢爬的孩子 阅读(215) 评论(0) 推荐(0) 编辑