扩大
缩小
摘要: 神奇的场上原码 cpp include include include include //red 0 yellow 1 nothing 2 using namespace std; int map[101][101],n,m,ans=0x7fffffff,vis[101][101]; const 阅读全文
posted @ 2018-04-21 10:58 ezoiHY 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 自己研究的自动的打字机 效率大概在700字/min吧 源码cpp: cpp include include include using namespace std; void PutKeyState(char ch){ if(ch==' '){ keybd_event(VK_TAB,(BYTE)0, 阅读全文
posted @ 2018-04-21 10:56 ezoiHY 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 这道题数据不大 两点距离用勾股定理求 阅读全文
posted @ 2018-04-21 10:50 ezoiHY 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 线段树版的海报 实际上这个与普通的线段树相差不大,只是貌似数据太水, ~~暴力都可以过啊~~ 本来以为要离散的,结果没打就A了 cpp include include include using namespace std; const int Max=40000001; struct Node{ 阅读全文
posted @ 2018-04-21 10:47 ezoiHY 阅读(136) 评论(0) 推荐(1) 编辑
摘要: 超短代码 阅读全文
posted @ 2018-04-21 10:46 ezoiHY 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 其实就是可持久化线段树的模板题线段树不会看这里 阅读全文
posted @ 2018-04-21 10:00 ezoiHY 阅读(139) 评论(0) 推荐(0) 编辑