自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

第一楼主的博客

不怕别人比你优秀,就怕优秀的人比你更努力。

  • 博客(13)
  • 收藏
  • 关注

原创 牛客小白月赛7 I 新建 Microsoft Office Word 文档

代码查看:https://www.nowcoder.com/acm/contest/view-submission?submissionId=34842353

2018-09-15 21:31:07 448

原创 牛客小白月赛7 E Applese的超能力

代码查看:https://www.nowcoder.com/acm/contest/view-submission?submissionId=34836439

2018-09-15 21:29:49 424

原创 牛客小白月赛7 F题

题目描述Bob在学习了DFS后,自己又发明了一种新的搜(luan)索(gao)方法,叫做BFS(Bobby First Search)。这种搜索被定义为:在一个字符串中,从前向后查找第一个子串"Bob"出现的位置。(不区分大小写) 输入描述:输入一个不含空格的字符串S(可能含有大小写字母,数字)。(1 ≤ |S| ≤ 100)输出描述:输出一个数字,表示"Bob"第一...

2018-09-15 21:25:04 670

原创 牛客小白月赛7 谁是神箭手

题目描述有一天,MWH突然来了兴致,想和CSL比比谁枪法好。于是他们找来了一个瓶子,比比看谁先打中这个瓶子。 给定MWH的命中率和CSL的命中率。 两人轮流射击,MWH先手,问谁获胜的概率大?输入描述:输入两个整数和,表示MWH和CSL的命中率。.输出描述:若MWH获胜的概率大,则输出"MWH"。 若CSL获胜的概率大,则输出"CSL",否则输出"equal"。输入:...

2018-09-15 21:22:52 703

原创 1011 World Cup Betting (20 分)(PAT甲级)

Problem Description:With the 2010 FIFA World Cup running, football fans the world over were becoming increasingly excited as the best players from the best teams doing battles for the World Cup trop...

2018-09-12 21:02:28 491

原创 1009 Product of Polynomials(25 分)(PAT甲级)

This time, you are supposed to find A×B where A and B are two polynomials.Input Specification:Each input file contains one test case. Each case occupies 2 lines, and each line contains the informa...

2018-09-12 10:43:05 427

原创 1008 Elevator(20 分)(PAT甲级)

problem description:The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elevator will stop, in specified...

2018-09-11 21:02:35 396

原创 1007 Maximum Subsequence Sum(25 分)(PAT甲级)

Problem Description:Given a sequence of K integers { N​1​​, N​2​​, ..., N​K​​ }. A continuous subsequence is defined to be { N​i​​, N​i+1​​, ..., N​j​​ } where 1≤i≤j≤K. The Maximum Subsequence is th...

2018-09-11 19:35:27 554

原创 1006 Sign In and Sign Out(25 分)(PAT甲级)

Problem Description:At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door. Given the records of signi...

2018-09-11 18:13:01 535

原创 1005 Spell It Right(20 分)(PAT甲级)

Problem Description:Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English.Input Specification:Each input file conta...

2018-09-11 17:50:29 406

原创 1003 Emergency(25 分)(PAT甲级)

Problem Description:As an emergency rescue team leader of a city, you are given a special map of your country. The map shows several scattered cities connected by some roads. Amount of rescue teams ...

2018-09-11 17:10:29 362

原创 1002. A+B for Polynomials (25)(PAT甲级)

Problem DescriptionThis time, you are supposed to find A+B where A and B are two polynomials.Input Specification:Each input file contains one test case. Each case occupies 2 lines, and each line...

2018-09-11 16:38:00 362

原创 明明的随机数

明明想在学校中请一些同学一起做一项问卷调查,为了实验的客观性,他先用计算机生成了N个1到1000之间的随机整数(N≤100),对于其中重复的数字,只保留一个,把其余相同的数去掉,不同的数对应着不同的学生的学号。然后再把这些数从小到大排序,按照排好的顺序去找同学做调查。请你协助明明完成“去重”与“排序”的工作。输入有2行第1行为1个正整数,表示所生成的随机数的个数:N第2行有N个用空格隔开...

2018-09-04 17:24:00 353

使用python爬取网站上的姓名

基于python进行爬取,可以批量获取姓名数据,可用于数据集制作,文字识别数据集的数据源,

2023-01-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除