03 2019 档案

摘要:#include #include #include #include #include #include #include #include #define lowbit(a) ((a)&(-a))#define mid(a,b) ((a)+(b))/2#... 阅读全文
posted @ 2019-03-21 16:42 秃头大师 阅读(251) 评论(0) 推荐(0)
摘要:文章目录准备工作下载并部署frp公网机器内网机器连接到内网文件访问最近碰见了一件事情,我宿舍的电脑想通过ssh远程连接到实验室,但是实验室的机器没有公网ip,不过能访问外网,经过一番折腾后,终于成功的用frp实现了内网穿透,连上了实验室的电脑因为当时查各种资... 阅读全文
posted @ 2019-03-13 13:52 秃头大师 阅读(277) 评论(0) 推荐(0)
摘要:question We all know the famous game scrabble, where we want to make words using tiles. We will play a game with words. But it is r... 阅读全文
posted @ 2019-03-08 19:46 秃头大师 阅读(162) 评论(0) 推荐(0)
摘要:文章目录前言什么是组合游戏必胜点和必败点的概念Sprague-Grundy(SG)定理SG函数前言 好久没写博客了,上一篇博客还是去年实训写的,一是因为寒假,二是因为随着难度的加深,学一个算法的时间也变长了很多(蒟蒻专有buff)。当然,最重要的还是因为自... 阅读全文
posted @ 2019-03-05 19:23 秃头大师 阅读(550) 评论(0) 推荐(0)