课后习题 1. Brie?y describe the differences between the webbrowser, requests, BeautifulSoup, and selenium modules.Answer: The webbrowser has an open() met ...
分类:
其他好文 时间:
2019-10-26 17:11:04
阅读次数:
63
A. Broken Keyboard Description 给出一串小写字母字符序列,连续出现两次的字母为坏掉的,按字典序输出所有没有坏掉的字母。 Solution 模拟暴力删除字母,注意相同字母的去重。 1 #include <algorithm> 2 #include <cctype> 3 # ...
分类:
其他好文 时间:
2019-10-25 17:57:47
阅读次数:
59
[TOC] Contest Info "Practice Link" |Solved|A|B|C|D|E1|E2|F| |: :|: :|: :|: :|: :|: :|: :|: :| |6/7|O|O|O|O|O|O| | O 在比赛中通过 ? 赛后通过 ! 尝试了但是失败了 \ 没有尝试 So ...
分类:
其他好文 时间:
2019-10-25 10:11:15
阅读次数:
87
If the FN key does have a green light just press and hold down the FN button on the bottom left of the keyboard and tap the F1 key at the top of the k ...
分类:
其他好文 时间:
2019-10-25 10:04:33
阅读次数:
99
1.打印机Printer 驱动器Drive 元件Component 磁盘Disk 路径名Pathname 硬件Hardware 调制解调器Modem 显示Display 故障Fault 计算机Computer 键盘Keyboard 写保护Write protection 鼠标Mouse 局域网LAN ...
分类:
其他好文 时间:
2019-10-13 12:48:49
阅读次数:
101
大意: 给定串$s$, 字符集为字母表前$m$个字符, 求一个$m$排列$pos$, 使得$\sum\limits_{i=2}^n|{pos}_{s_{i-1}}-{pos}_{s_{i}}|$最小. 状压$dp$, 费用提前计算一下, 预处理$cost_{i,j}$表示与字符$i$相连的状态为$j ...
分类:
其他好文 时间:
2019-10-09 23:47:32
阅读次数:
280
传送门 注意到 $m$ 只有 $20$ ,考虑一下状压 $dp$ 设 $f[S]$ 表示当前确定的字符集合为 $S$ ,那么转移就考虑从最右边加入的下一个字符 $c$ 那么问题来了,代价如何计算 考虑每次加入一个字符以后对于所有字符间的移动$(c_i,c_{i+1})$产生的代价 那么显然只有当 $ ...
分类:
其他好文 时间:
2019-10-09 17:38:19
阅读次数:
82
本文转自:https://docs.uipath.com/studio/docs/keyboard-shortcuts The complete list of keyboard shortcuts for UiPath Studio: File Management Ctrl + Shift + ...
分类:
其他好文 时间:
2019-10-02 10:21:19
阅读次数:
93
https://loj.ac/problem/10030 题目描述 给出一个虚拟键盘,键盘上有一光标,可以上下左右移动,移动时沿该方向一直移动到不同字符,求将给定字符串输出的最小步数(初始位置在左上角,移动为一步,点击键盘为一步,字符串结尾有换行符,用‘*’表示)。 思路 首先每一步移动时都可能会移 ...
分类:
其他好文 时间:
2019-10-01 20:25:40
阅读次数:
112
You can also open the terminal by pressing CTRL + ALT + T on your keyboard. $whoami username 命令行内的复制粘贴 Ctrl+Shift+C or V 制表符补全 按 Tab 例如~/Documents/Odi ...
分类:
系统相关 时间:
2019-09-30 20:08:09
阅读次数:
116