题目链接 AC代码 每次看到形如$a_i + a_j = i + j$这种公式,总想着把带$i$的划到一边,带$j$的划到一遍,然后map乱搞。但是这题并不是这样搞的。 注意到一个非常重要的条件,就是$a$中元素是不重复的。所以可以用一个数组$p$记录$x$在$a$中的下标。 然后对于每一个$a_i ...
分类:
其他好文 时间:
2021-06-28 19:48:44
阅读次数:
0
codeforces1540B 题目:https://codeforces.com/contest/1540/problem/B sol: 一整年没有写题回来练练手,发现啥都不会了。 可以枚举一个根 $rt$ ,再枚举点对 $(a,b)$ ,其中 $a \leq b$; 出现逆序对需要 $b$ 在 ...
分类:
其他好文 时间:
2021-06-28 19:30:05
阅读次数:
0
web端:socket.io.js 小程序端:weapp.socket.io.js const params = { query:‘’,//连接参数 path: '/socket.io', 'force new connection':true //新开一个websocket连接 } const w ...
分类:
其他好文 时间:
2021-06-25 16:30:53
阅读次数:
0
1.更新当前软件。 sudo apt-get upgrade sudo apt-get update sudo apt-get dist-upgrade 2.安装samba服务器。 sudo apt-get install samba samba-common 3.添加用户(下面的zhongshan ...
分类:
系统相关 时间:
2021-06-18 18:51:53
阅读次数:
0
in_static_equilibrium 处于静态平衡 点集与向量集的区别及联系 标积/内积/数量积/点积 设: $ a = {a_1,a_2,\cdots,a_n} \ b = {b_1,b_2,\cdots,b_n} $ 时 \[ \vec{a} \cdot \vec{b} = a_1 \ti ...
分类:
其他好文 时间:
2021-06-15 18:39:18
阅读次数:
0
repo sync --helpUsage: repo sync [<project>...] Options: -h, --help show this help message and exit显示此帮助消息并退出 -f, --force-broken continue sync even if ...
分类:
其他好文 时间:
2021-06-02 14:35:51
阅读次数:
0
win + r 打开运行,输入%appdata% 删除npm和npm-cache文件夹 执行npm cache clean --force命令 此时应该就可以了,如果还不行,就执行卸载Node.js重新安装。 如果还是不行!! 换yarn 安装yarn npm install -g yarn yar ...
分类:
移动开发 时间:
2021-06-02 13:47:57
阅读次数:
0
SQL 异机 NetBackup\db\altnames\No.Restrictions 主机证书吊销 使用以下命令可直接输入令牌︰nbcertcmd-getCertificate-force-token 如果令牌位于文件中,请使用以下命令:nbcertcmd-getCertificate-forc ...
分类:
其他好文 时间:
2021-05-24 12:06:53
阅读次数:
0
metlink id 1400383.1 Cd 进入$MWA_TOP/bin下 In 11i: $MWA_TOP/secure/ In R12: $INST_TOP/admin/install/ sh mwactl.sh -login sysadmin/sysadmin stop_force 102 ...
分类:
其他好文 时间:
2021-05-24 06:11:49
阅读次数:
0
CodeForces Round 149 Div.2 Problem E
XOR on Segment
线段树进阶题 ...
分类:
其他好文 时间:
2021-05-24 00:11:16
阅读次数:
0