最新 最热

CF--思维练习-- CodeForces - 215C - Crosses(思维题)

ACM思维题训练集合 There is a board with a grid consisting of n rows and m columns, the rows are numbered from 1 from top to bottom and the columns are numbered from 1...

2020-10-29
1

CF--思维练习--CodeForces - 216C - Hiring Staff (思维+模拟)

ACM思维题训练集合 A new Berland businessman Vitaly is going to open a household appliances’ store. All he’s got to do now is to hire the staff.

2020-10-29
1

Codeforces Round #622 (Div. 2) 1313 B Different Rules

Nikolay has only recently started in competitive programming, but already qualified to the finals of one prestigious olympiad. There going to be n participants,...

2020-10-29
1

CF思维联系– Codeforces-990C Bracket Sequences Concatenation Problem(括号匹配+模拟)

ACM思维题训练集合 A bracket sequence is a string containing only characters “(” and “)”.

2020-10-29
1

codeforce 1311 D. Three Integers

In one move, you can add +1 or −1 to any of these integers (i.e. increase or decrease any number by one). You can perform such operation any (possibly, zero) nu...

2020-10-29
1

常见文件MIME对照表

在html的input标签type=file类型时,accept属性可以过滤文件类型。以下是常见文件的MIME对照表

2020-10-28
1

详解::read-only只能读 只能写read-write 14

readonly=“readonly” readonly 属性规定输入字段为只读。 只读字段是不能修改的 问题可以不可以点击? 可以 disabled=“disabled” disabled 属性规定应该禁用 input 元素。...

2020-10-28
1

详解::required :optional 15

核心:如果 input 元素没有设置 “required” 属性,设置其为黄色: 核心之二:required 也可以这样写和required=“required” 一样的哈 问题?记住,这两个可以单独使用哦,不是必须一起的哈...

2020-10-28
0

详解:17 :valid :invalid

核心:如果 input 元素中输入的值为合法的,设置其为黄色:,否则呢,前面加一个in,记住了,大多数的选择器如果no前面都是in

2020-10-28
1

详解:18:in-range :out-of-range

<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title></title> <style type="text/css"> input[type="number"]:in-range ......

2020-10-28
1