最新 最热

Python报错TypeError: '<' not supported between instances of 'str' and 'int

分析:input()返回的数据类型是str,不能直接和整数进行比较,必须先把str换成整数,使用int()方法

2021-01-28
0

Python输入一个年份输出全年日历

题目:已知1990年1月1号是星期一,公元1年1月1日也是星期一。要求输出某年的日历。

2021-01-28
1

python中按字母排序_在Python中按字母顺序排序文本文件的内容

我想在文件内部按字母顺序排序。我当前执行此操作的代码不起作用,文件保持不变。这个程序本身就是一个基本的调查问卷,用来实验读写文件。在import time...

2021-01-27
1

程序猿小明需要为公司员工的个人信息录入编写前端代码,html +css +js正则表达式 实现个人信息登录表

程序猿小明需要为公司员工的个人信息录入编写前端代码,效果如下图 需求:要保证信息录入格式正确无遗漏(输入有误要给到对应提示) 我写的代码如下 : 可以借鉴 抄袭没意思 <!DOCTYP...

2021-01-26
0

hdoj 1711 KMP Number Sequence

Given two sequences of numbers : a[1], a[2], ...... , a[N], and b[1], b[2], ...... , b[M] (1 <= M <= 10000, 1 <= N <= 1000000). Your task is to find a number ...

2021-01-22
1

codeforces 317 A Perfect Pair

Let us call a pair of integer numbers m-perfect, if at least one number in the pair is greater than or equal to m. Thus, the pairs (3, 3) and (0, 2) are 2-p...

2021-01-22
1

Gentoo 网络配置

iptables -F iptables -t nat -F iptables -t mangle -F

2021-01-22
1

HDOJ/HDU 2564 词组缩写(单词缩写)

Problem Description 定义:一个词组中每个单词的首字母的大写组合称为该词组的缩写。 比如,C语言里常用的EOF就是end of file的缩写。

2021-01-21
1

HDOJ/HDU 1250 Hat's Fibonacci(大数~斐波拉契)

Problem Description A Fibonacci sequence is calculated by adding the previous two members the sequence, with the first two members being both 1. F(1) = 1, F...

2021-01-21
0

HDOJ/HDU 2568 前进(简单题)

Problem Description 轻松通过墓碑,进入古墓后,才发现里面别有洞天。 突然,Yifenfei发现自己周围是黑压压的一群蝙蝠,个个扇动翅膀正准备一起向他发起进攻! 形势十分危急! 好在此时的yifenfei已经不是以前那个经常被lem...

2021-01-21
1