xfx's blog
All that exists is what's ahead.
Codeforces Round #609 (Div. 2) C. Long Beautiful Integer Codeforces Round #609 (Div. 2) C. Long Beautiful Integer
题目链接题意是给定长为n的整数x,然后需要你找到不小于n并且这个数的第i位等于i+k最小的数。很明显,可以通过把当前数x的前k位,当做循环节,查看形成的数是否大于数x,如果小于,只需把循环节加上1就能够保证形成的数大于x了,小于输出就行,这
2019-12-22
Codeforces Round #609 (Div. 2) B. Modulo Equality Codeforces Round #609 (Div. 2) B. Modulo Equality
题目链接题意是给两个数列,问使数列一的所有数加上一个正整数,然后模于m后能变成数列二。这题主要排序后暴力即可,由于被hack了,所有总结下出现的错误。这里要注意: 一个数ans如果满足条件那么m-ans 也可能满足条件。注意只是可能 如果
2019-12-22
Codeforces Round #609 (Div. 2) D. Domino for Young Codeforces Round #609 (Div. 2) D. Domino for Young
题目链接题意是给定一个图,每一列的高度是递减的,问能在这个图中放多少12或21大小的块多少个.通过观察可发现,当两个奇数高列之间有偶数个偶数高的列,这些能够全部覆盖的,两侧合并之后对能够的到的最大数没有影响,仍然可以继续这样办。所以只需记录
2019-12-22
Linux 与win双系统时间不统一的解决方法 Linux 与win双系统时间不统一的解决方法
这个问题的原因是:Win和 Linux 对硬件时间的处理方法不同,一个将硬件时间作为本地时间,而另一个则处理为UTC时间。因此在中国UTC+8时区的情况下使用 Windows 和 Linux 会有八个小时的差异。 想要将两个时间统一最好的办
2019-12-12
winRAR去广告 winRAR去广告
使用Resource Hacker进行WinRAR的去广告操作软件下载地址打开WinRAR.exe 找到String Table下的80:2052然后就是把此处的1277那个变量删了就行了。这是已经删除的,所以看不到了
2019-11-25
Ubuntu安装图形界面、远程访问、配置域名 Ubuntu安装图形界面、远程访问、配置域名
最近在华为云申请了服务器玩玩,因为linux的命令不算太熟悉,所以就想搞一下图形界面试试水。。。(主要因为win系统占用空间有点大,所有就投身到linux的怀抱,反正也能随便改系统,也不用花费毛爷爷) 1、安装Ubuntu图形界面apt-
2019-11-07
pip更新至19.3.1出现TypeError_ module object is not callable pip更新至19.3.1出现TypeError_ module object is not callable
错误信息 Traceback (most recent call last): File "c:\program files (x86)\python37-32\lib\runpy.py", line 193, in _run_modu
2019-10-27
Linux下搜狗拼音出现候选词乱码问题 Linux下搜狗拼音出现候选词乱码问题
搜狗输入法自我感觉非常好用,但是总是会在开机的时候随机出现乱码,目前找到两个解决该问题的方法。 1、删除搜狗拼音的配置文件,然后重新登录命令 cd ~/.config rm -rf SogouPY* sogou* 或者rm -rf ~/.c
2019-09-24
Codeforces Round #576 (Div. 1)  E. Rectangle Painting 2 Codeforces Round #576 (Div. 1) E. Rectangle Painting 2
Rectangle Painting 2There is a square grid of size n×n. Some cells are colored in black, all others are colored in white
2019-09-07
The Preliminary Contest for ICPC Asia Nanjing 2019 B_super_log The Preliminary Contest for ICPC Asia Nanjing 2019 B_super_log
super_log题意是有个一函数log a*(x) ,x<1时为-1,x>1为1+log a*(log a(x))给你a,b,m让求最小使不等式(log a*(x)>=b)成立的最小x%m这题可以转换为求a的a次方的a次
2019-09-04
Codeforces Round #576 (Div. 1) D. Rectangle Painting 1 Codeforces Round #576 (Div. 1) D. Rectangle Painting 1
D. Rectangle Painting 1 time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard o
2019-08-31
Educational Codeforces Round 68 D.1-2-K Game Educational Codeforces Round 68 D.1-2-K Game
D. 1-2-K Game time limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputAlic
2019-07-15
2 / 5