04 2021 档案
输入学生三科成绩,平均分,学号,按平均分排名
摘要:#include"stdio.h" #define count 3 封装 typedef struct student{ int num;//学号 char name[10];//十个学生名字大小 int sore1;//分数一 int sore2;//分数二 int sore3;//分数三 int
冒泡排序
摘要:#include"stdio.h" #define TYPEDEF int void main() { int h,k,i; int temp,count; int S[]={23,435,45,678,879,43,67}; count=sizeof(S)/sizeof(TYPEDEF); for
python 获取豆瓣排名
摘要:import requests from bs4 import BeautifulSoup import openpyxl def gethtmltext(url): try: header={ 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64)