-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (65 loc) · 27.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html><html lang="zh-CN"><head><meta name="generator" content="Hexo 3.8.0"><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Anoyer's Blog</title><meta name="description" content="一个ACMer的个人博客"><meta name="keywords" content="Anoyer的博客,Anoyer,IT博客,ACM,对数器,后缀自动机"><meta name="HandheldFriendly" content="True"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"><meta name="google-site-verification" content="q4xnHYM3-sVfNnyEwMGqknU2CTdojzJvQ5nGfN3EJv8"><link rel="shortcut icon" href="/favicon.ico"><link rel="icon" href="/img/icon.png"><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous"><link rel="stylesheet" href="//cdn.bootcss.com/Swiper/4.4.6/css/swiper.min.css"><link rel="stylesheet" href="/style.css"><script>var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?25b7483982eecd08c2ebf98ad84aa579";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();</script></head></html><body class="l_body"><div classdivclass="d_out" onmouseover="this.className='d_over'" onmouseout="this.className='d_out'"><a title="飞回顶部" href="#0" class="cd-top">Top</a></div><header class="l_header" id="no-header"><div class="wrapper"><div class="nav-main container container--flex"><a class="logo flat-box" href="/"><img class="xwbk-logo" src="/img/nav-img.png"></a><div class="menu"><ul class="h-list"><li><a class="nav-home flat-box" href="/">主页</a></li><li><a class="nav-archives flat-box" href="/archives/index.html">归档</a></li><li><a class="nav-resources flat-box" href="/resources/index.html">个人资源</a></li><li><a class="nav-Library flat-box" href="/Library/index.html">图书馆</a></li><li><a class="nav-about flat-box" href="/about/index.html">关于</a></li><li><a class="nav-statement flat-box" href="/statement/index.html">声明</a></li><li><a class="nav-links flat-box" href="/links/index.html">友链</a></li></ul></div><div class="m_search"><form name="searchform" class="form u-search-form"><input type="text" class="input u-search-input" placeholder="搜索内容"> <span class="icon"><i class="fa fa-search fa-fw"></i></span></form></div><ul class="switcher h-list"><li class="s-search"><a class="fa fa-search fa-fw" href="javascript:void(0)"></a></li> <li class="s-menu"><a class="fa fa-bars fa-fw" href="javascript:void(0)"></a></li> </ul></div><div class="nav-sub container container--flex"><a class="logo" href="javascript:void(0)"></a></div></div></header><aside class="menu-phone"><nav><ul><li><a class="nav-home flat-box nav flat-box" href="/">主页</a></li><li><a class="nav-archives flat-box nav flat-box" href="/archives/index.html">归档</a></li><li><a class="nav-resources flat-box nav flat-box" href="/resources/index.html">个人资源</a></li><li><a class="nav-Library flat-box nav flat-box" href="/Library/index.html">图书馆</a></li><li><a class="nav-about flat-box nav flat-box" href="/about/index.html">关于</a></li><li><a class="nav-statement flat-box nav flat-box" href="/statement/index.html">声明</a></li><li><a class="nav-links flat-box nav flat-box" href="/links/index.html">友链</a></li><li><a class="nav-materialplus flat-box nav flat-box" href="https://www.showdoc.cc/xwmp">本站主题</a></li></ul></nav></aside><div><div class="container clearfix"><div class="l_main"><div id="carousel-yc" class="swiper-container"><div class="swiper-wrapper"><div class="swiper-slide"><a href="https://anoyer.cn/categories/2019-Wannafly-Winter-Camp/"><img src="https://img.vim-cn.com/cb/c8ac1c9ea5911645f1500e03833f05a23dbb9b.jpg"></a></div></div><div class="swiper-pagination"></div><div class="swiper-button-prev"></div><div class="swiper-button-next"></div></div><section class="post-list"><div class="post-wrapper"><article class="hover-bgcolor post"><img class="topnew-img" src="/img/top.png"><section class="meta mpost"><div class="cats"><a href="/categories/Hexo/">Hexo</a></div><h2><a title="点击阅读全文" href="/article/Hexo 入门教程.html"><span class="post-title"><b>Hexo的入门教程及Next主题配置</b></span></a></h2><span class="post-data"><i class="fas fa-clock" aria-hidden="true"></i> 2018-11-22-星期四 <i class="fas fa-user" aria-hidden="true"></i> Anoyer </span> </section><section class="typo zdydl"><div><a title="点击阅读全文" href="/article/Hexo 入门教程.html"><img class="post_list_img" src="http://www.005.tv/uploads/allimg/181025/22025KZ4-6.jpg"></a></div><a title="点击阅读全文" style="text-decoration: none" href="/article/Hexo 入门教程.html"><div class="zdya">hexo是什么?简单的说,就是一个静态博客的生成工具也可以说是一个搭建静态博客的框架,我[这个博客](anoyer.cn)就是就是基于hexo生成的。9月份把这个博客用hexo折腾出来,前几天ACM区域赛事结束了,所以想记录下来折腾的</div></a></section></article></div><div class="post-wrapper"><article class="hover-bgcolor post"><img class="topnew-img" src="/img/top.png"><section class="meta mpost"><div class="cats"><a href="/categories/闲记/">闲记</a></div><h2><a title="点击阅读全文" href="/article/Anoyer训练计划.html"><span class="post-title"><b>Anoyer训练计划</b></span></a></h2><span class="post-data"><i class="fas fa-clock" aria-hidden="true"></i> 2018-11-30-星期五 <i class="fas fa-user" aria-hidden="true"></i> Anoyer </span> </section><section class="typo zdydl"><div><a title="点击阅读全文" href="/article/Anoyer训练计划.html"><img class="post_list_img" src="http://www.005.tv/uploads/allimg/180919/0410235545-6.jpg"></a></div><a title="点击阅读全文" style="text-decoration: none" href="/article/Anoyer训练计划.html"><div class="zdya">前期:18年12月-19年2月低完成算法专题训练一阶段+一些专题散题,kuangbin-字符串所有专题:kuangbin-数论所有专题,各OJ专题散题+cf比赛,该阶段必须掌握字符串和数论所有考点算法及其各种运用(这也是刷专题的意义所在),除去一些特难算法稀有神兽级别的算法(脑子不够,学意义也不大)</div></a></section></article></div><div class="post-wrapper"><article class="hover-bgcolor post"><img class="topnew-img" src="/img/top.png"><section class="meta mpost"><div class="cats"><a href="/categories/Pyhton/">Pyhton</a></div><h2><a title="点击阅读全文" href="/article/Python入门教程.html"><span class="post-title"><b>Python入门教程</b></span></a></h2><span class="post-data"><i class="fas fa-clock" aria-hidden="true"></i> 2018-12-02-星期日 <i class="fas fa-user" aria-hidden="true"></i> Anoyer </span> </section><section class="typo zdydl"><div><a title="点击阅读全文" href="/article/Python入门教程.html"><img class="post_list_img" src="https://img.vim-cn.com/8a/875c0eff402f2af707d36b5897d561005692ab.jpg"></a></div><a title="点击阅读全文" style="text-decoration: none" href="/article/Python入门教程.html"><div class="zdya">Python入门教程...未使用C等语言的花括号,而是采用缩进的方式表示层次关系...按照先后顺序一条一条执行循环条件满足就反复执行,不满足就不执行或者不再执行例如:先洗手,看饭好了没有,没有好,一会来看一次是否好了,一会儿来看一次,直到饭好了,才可以吃饭。这里循环的条件就是饭好了没,饭没好,就循环</div></a></section></article></div><div class="post-wrapper"><article class="hover-bgcolor post"><section class="meta mpost"><div class="cats"><a href="/categories/题解/">题解</a></div><h2><a title="点击阅读全文" href="/article/henau-0310.html"><span class="post-title"><b>河南农大算法训练赛三月周赛-0310</b></span></a></h2><span class="post-data"><i class="fas fa-clock" aria-hidden="true"></i> 2019-03-10-星期日 <i class="fas fa-user" aria-hidden="true"></i> Anoyer </span> </section><section class="typo zdydl"><div><a title="点击阅读全文" href="/article/henau-0310.html"><img class="post_list_img" src="https://img.vim-cn.com/88/ab8d80750c4470ba81ab97e539de59ec7b0baa.jpg"></a></div><a title="点击阅读全文" style="text-decoration: none" href="/article/henau-0310.html"><div class="zdya">题意:给一个字符串,如果大写数比小写数多,全部转化成大写,否则全部小写。题解:遍历一遍字符串,用cnts和cntb记录大小写数量,最后对比调用strupr,strlwr</div></a></section></article></div><div class="post-wrapper"><article class="hover-bgcolor post"><section class="meta mpost"><div class="cats"><a href="/categories/题解/">题解</a></div><h2><a title="点击阅读全文" href="/article/zzuli-302.html"><span class="post-title"><b>ZZULI-2019年3月份月赛(个人赛)EF题解</b></span></a></h2><span class="post-data"><i class="fas fa-clock" aria-hidden="true"></i> 2019-03-03-星期日 <i class="fas fa-user" aria-hidden="true"></i> Anoyer </span> </section><section class="typo zdydl"><div><a title="点击阅读全文" href="/article/zzuli-302.html"><img class="post_list_img" src="https://img.vim-cn.com/5d/a8a47878b26eafd3b5ca054c29a5ed825730d2.jpg"></a></div><a title="点击阅读全文" style="text-decoration: none" href="/article/zzuli-302.html"><div class="zdya">给一段01串从任意位置进行截取,问最多能截取出多少个7位串对应字母的ASCLL值.题解:利用map将所有字母的7位ASCALL值存起来,然后对字符串进行暴力7位一截取。看看截取出来的串是否是字母的ASCALL值,如果是则位置i+6(因为有for里i++,会再加1</div></a></section></article></div><div class="post-wrapper"><article class="hover-bgcolor post"><section class="meta mpost"><div class="cats"><a href="/categories/题解/">题解</a></div><h2><a title="点击阅读全文" href="/article/UVA-11624-Fire.html"><span class="post-title"><b>UVA - 11624 - Fire!(BFS逃生问题)</b></span></a></h2><span class="post-data"><i class="fas fa-clock" aria-hidden="true"></i> 2019-02-25-星期一 <i class="fas fa-user" aria-hidden="true"></i> Anoyer </span> </section><section class="typo zdydl"><div><a title="点击阅读全文" href="/article/UVA-11624-Fire.html"><img class="post_list_img" src="https://img.vim-cn.com/41/2c5f9e78331621ae7159163d7fcbc635a5393b.jpg"></a></div><a title="点击阅读全文" style="text-decoration: none" href="/article/UVA-11624-Fire.html"><div class="zdya">在迷宫内,J表示人,F表示火,火可能不止一处,但是人只有一个,火会向上下左右蔓延,蔓延速度和人移动速度一至(每次一格,但是可以同时向四个方向)问是否可以成功逃出迷宫,不能输出IMPOSSIBLE,能的画话输出最短路径。</div></a></section></article></div><div class="post-wrapper"><article class="hover-bgcolor post"><section class="meta mpost"><div class="cats"><a href="/categories/题解/">题解</a></div><h2><a title="点击阅读全文" href="/article/POJ-3984.html"><span class="post-title"><b>POJ - 3984 - 迷宫问题(路径记录)</b></span></a></h2><span class="post-data"><i class="fas fa-clock" aria-hidden="true"></i> 2019-02-25-星期一 <i class="fas fa-user" aria-hidden="true"></i> Anoyer </span> </section><section class="typo zdydl"><div><a title="点击阅读全文" href="/article/POJ-3984.html"><img class="post_list_img" src="https://img.vim-cn.com/cb/5169844b6a378284cf05a542a05c5d027ed2c8.jpg"></a></div><a title="点击阅读全文" style="text-decoration: none" href="/article/POJ-3984.html"><div class="zdya">给你一个5*5的迷宫,0代表通路,1代表墙,找到从迷宫左上角到达右下角的最短路径,并输出路径。先进行一遍BFS,得到vis数组,表示到该位置最少需要多少时间,然后从(4,4)位置倒着查路径,查到符合的就直接break,防止重复</div></a></section></article></div><div class="post-wrapper"><article class="hover-bgcolor post"><section class="meta mpost"><div class="cats"><a href="/categories/题解/">题解</a></div><h2><a title="点击阅读全文" href="/article/POJ-3278-Catch-That-Cow.html"><span class="post-title"><b>POJ - 3278 - Catch That Cow(裸BFS)</b></span></a></h2><span class="post-data"><i class="fas fa-clock" aria-hidden="true"></i> 2019-02-25-星期一 <i class="fas fa-user" aria-hidden="true"></i> Anoyer </span> </section><section class="typo zdydl"><div><a title="点击阅读全文" href="/article/POJ-3278-Catch-That-Cow.html"><img class="post_list_img" src="http://www.005.tv/uploads/allimg/181105/1F1431Q4-16.jpg"></a></div><a title="点击阅读全文" style="text-decoration: none" href="/article/POJ-3278-Catch-That-Cow.html"><div class="zdya">给定两个整数n和k,通过 n+1或n-1 或n*2 这3种操作,使得n==k,输出最少的操作次数.简单的对每个节点进行三个方向(三种走法)的BFS</div></a></section></article></div><div class="post-wrapper"><article class="hover-bgcolor post"><section class="meta mpost"><div class="cats"><a href="/categories/题解/">题解</a></div><h2><a title="点击阅读全文" href="/article/POJ-3126-Prime-Path.html"><span class="post-title"><b>POJ - 3126 - Prime Path(BFS枚举)</b></span></a></h2><span class="post-data"><i class="fas fa-clock" aria-hidden="true"></i> 2019-02-25-星期一 <i class="fas fa-user" aria-hidden="true"></i> Anoyer </span> </section><section class="typo zdydl"><div><a title="点击阅读全文" href="/article/POJ-3126-Prime-Path.html"><img class="post_list_img" src="https://img.vim-cn.com/ca/dc0a3ad2d8313348fd6de3d1bec61c5c1d25bc.jpg"></a></div><a title="点击阅读全文" style="text-decoration: none" href="/article/POJ-3126-Prime-Path.html"><div class="zdya">给出两个四位数的素数a,b,求从a变到b最少要花几步?每一步只能将a中的一位改变,且改变后的数也要是素数。BFS枚举个位,十位,百位,千位变换的数,用素数表判断变换后是否为一个素数</div></a></section></article></div><div class="post-wrapper"><article class="hover-bgcolor post"><section class="meta mpost"><div class="cats"><a href="/categories/题解/">题解</a></div><h2><a title="点击阅读全文" href="/article/POJ-3087-Shuffle-m-Up.html"><span class="post-title"><b>POJ - 3087 - Shuffle'm Up(模拟)</b></span></a></h2><span class="post-data"><i class="fas fa-clock" aria-hidden="true"></i> 2019-02-25-星期一 <i class="fas fa-user" aria-hidden="true"></i> Anoyer </span> </section><section class="typo zdydl"><div><a title="点击阅读全文" href="/article/POJ-3087-Shuffle-m-Up.html"><img class="post_list_img" src="https://img.vim-cn.com/c4/edc2eb3cf7d9f60243659bc05cfbca4b6958b2.jpg"></a></div><a title="点击阅读全文" style="text-decoration: none" href="/article/POJ-3087-Shuffle-m-Up.html"><div class="zdya">已知两堆牌s1和s2的初始状态,其牌数均为c,按给定规则能将他们相互交叉组合成一堆牌s12,再将s12的最底下的c块牌归为s1,最顶的c块牌归为s2,依此循环下去.现在输入s1和s2的初始状态以及预想的最终状态s12</div></a></section></article></div></section><br><div class="prev-next"><div class="prev-next"><p class="current">1 / 11</p><a class="next" rel="next" href="/page/2/"><section class="post next"> 下一页 <i class="fa fa-chevron-right" aria-hidden="true"></i></section></a></div></div></div><aside class="l_side"><section class="m_widget author"><div class="header"><img class="avatar" src="/img/author.png"></div><div class="content"><center><h1>Anoyer</h1></center><div><center><span>今日的我要超越昨日的我,明日的我要胜过今日的我</span></center></div></div><div class="social-wrapper"><a style="background-color: #27ccc0" title="邮箱" href="mailto:[email protected]" class="social-icon flat-box" target="_blank" rel="external"><i class="fas fa-envelope" aria-hidden="true"></i></a> <a style="background-color: #12b7f5" title="QQ(1316895941)" href="http://wpa.qq.com/msgrd?v=3&uin=1316895941&site=qq&menu=yes" class="social-icon flat-box" target="_blank" rel="external"><i class="fab fa-qq" aria-hidden="true"></i></a> <a style="background-color: #f45a8d" title="CSDN" href="https://me.csdn.net/Anoy_acer" class="social-icon flat-box" target="_blank" rel="external"><i class="fab fa-cuttlefish" aria-hidden="true"></i></a> <a style="background-color: #f76363" title="微博" href="https://weibo.com/5586757357/profile?topnav=1&wvr=6" class="social-icon flat-box" target="_blank" rel="external"><i class="fab fa-weibo" aria-hidden="true"></i></a> <a style="background-color: #8c9496" title="RSS订阅" href="/atom.xml" class="social-icon flat-box" target="_blank" rel="external"><i class="fas fa-rss" aria-hidden="true"></i></a></div></section><section class="m_widget notice"><header class="header xuxian"><div style="font-size: 18px">博客公告</div></header><div class="content"><ul class="entry" id="notice"><li><a class="flat-box"><div onclick="swal('博客夜间模式用法', '本站支持夜间模式,以下是各个快捷键的用法\n\nAlt+Z:开启夜间模式 Alt+X:关闭夜间模式\nAlt+↑:增加亮度 Alt+↓:降低亮度','')" class="name" title="博客夜间模式用法"><i class="fa fa-angle-right" aria-hidden="true"></i> 博客夜间模式用法</div></a></li></ul></div></section><section class="m_widget categories"><header class="header xuxian"><div style="font-size: 18px">文章分类</div></header><div class="content"><ul class="entry"><li><a class="flat-box" href="/categories/2019-Wannafly-Winter-Camp/"><div class="name"><i class="fas fa-bookmark" aria-hidden="true"></i> 2019 Wannafly Winter Camp</div><div class="badge">7</div></a></li><li><a class="flat-box" href="/categories/C-语法/"><div class="name"><i class="fas fa-bookmark" aria-hidden="true"></i> C++语法</div><div class="badge">3</div></a></li><li><a class="flat-box" href="/categories/Hexo/"><div class="name"><i class="fas fa-bookmark" aria-hidden="true"></i> Hexo</div><div class="badge">3</div></a></li><li><a class="flat-box" href="/categories/Pyhton/"><div class="name"><i class="fas fa-bookmark" aria-hidden="true"></i> Pyhton</div><div class="badge">1</div></a></li><li><a class="flat-box" href="/categories/农大训练赛题解/"><div class="name"><i class="fas fa-bookmark" aria-hidden="true"></i> 农大训练赛题解</div><div class="badge">4</div></a></li><li><a class="flat-box" href="/categories/字符串模板/"><div class="name"><i class="fas fa-bookmark" aria-hidden="true"></i> 字符串模板</div><div class="badge">13</div></a></li><li><a class="flat-box" href="/categories/对数器/"><div class="name"><i class="fas fa-bookmark" aria-hidden="true"></i> 对数器</div><div class="badge">1</div></a></li><li><a class="flat-box" href="/categories/数据结构模板/"><div class="name"><i class="fas fa-bookmark" aria-hidden="true"></i> 数据结构模板</div><div class="badge">2</div></a></li><li><a class="flat-box" href="/categories/数论模板/"><div class="name"><i class="fas fa-bookmark" aria-hidden="true"></i> 数论模板</div><div class="badge">18</div></a></li><li><a class="flat-box" href="/categories/闲记/"><div class="name"><i class="fas fa-bookmark" aria-hidden="true"></i> 闲记</div><div class="badge">2</div></a></li><li><a class="flat-box" href="/categories/题解/"><div class="name"><i class="fas fa-bookmark" aria-hidden="true"></i> 题解</div><div class="badge">46</div></a></li></ul></div></section><section class="m_widget tagcloud"><header class="header xuxian"><div style="font-size: 18px">标签集合</div></header><div class="content"><a href="/tags/ACM模板/">ACM模板 (33)</a> <a href="/tags/BFS/">BFS (8)</a> <a href="/tags/Camp/">Camp (7)</a> <a href="/tags/DFS/">DFS (2)</a> <a href="/tags/FZU/">FZU (1)</a> <a href="/tags/HDU/">HDU (21)</a> <a href="/tags/Hexo/">Hexo (4)</a> <a href="/tags/KMP/">KMP (13)</a> <a href="/tags/Manacher/">Manacher (5)</a> <a href="/tags/Material-Plus/">Material Plus (1)</a> <a href="/tags/Next/">Next (1)</a> <a href="/tags/POJ/">POJ (12)</a> <a href="/tags/Python入门/">Python入门 (1)</a> <a href="/tags/SPOJ/">SPOJ (1)</a> <a href="/tags/STL/">STL (2)</a> <a href="/tags/UVA/">UVA (1)</a> <a href="/tags/codeforces/">codeforces (8)</a> <a href="/tags/后缀数组/">后缀数组 (2)</a> <a href="/tags/字符串题解/">字符串题解 (25)</a> <a href="/tags/思维题/">思维题 (7)</a> <a href="/tags/扩展KMP/">扩展KMP (1)</a> <a href="/tags/暴力题/">暴力题 (6)</a> <a href="/tags/最大最小表示法/">最大最小表示法 (1)</a> <a href="/tags/模拟题/">模拟题 (1)</a> <a href="/tags/河南农业大学训练赛题解/">河南农业大学训练赛题解 (6)</a> <a href="/tags/生活/">生活 (1)</a> <a href="/tags/语法/">语法 (2)</a> <a href="/tags/输入外挂/">输入外挂 (1)</a> <a href="/tags/逆波兰/">逆波兰 (1)</a></div></section><section id="fixPara" class="m_widget links"><header class="header xuxian"><div style="font-size: 18px">热门推荐</div></header><div class="content"><ul class="entry" id="links"><li><a class="flat-box" target="_blank" rel="external nofollow noopener noreferrer" href="https://anoyer.cn/article/Hexo 入门教程.html"><div class="name"><img src="/img/hotrec-1.png"> Hexo的入门教程及Next主题配置</div></a></li><li><a class="flat-box" target="_blank" rel="external nofollow noopener noreferrer" href="https://anoyer.cn/article/Python入门教程.html"><div class="name"><img src="/img/hotrec-2.png"> Python入门教程</div></a></li><li><a class="flat-box" target="_blank" rel="external nofollow noopener noreferrer" href="https://anoyer.cn/article/对数器模版.html"><div class="name"><img src="/img/hotrec-3.png"> 对数器模板</div></a></li><li><a class="flat-box" target="_blank" rel="external nofollow noopener noreferrer" href="https://anoyer.cn/article/线性基模板.html"><div class="name"><img src="/img/hotrec-all.png"> 线性基模板</div></a></li><li><a class="flat-box" target="_blank" rel="external nofollow noopener noreferrer" href="https://anoyer.cn/article/henau-test1.html"><div class="name"><img src="/img/hotrec-all.png"> Henau-2018训练题1</div></a></li><li><a class="flat-box" target="_blank" rel="external nofollow noopener noreferrer" href="https://anoyer.cn/article/HDU-4333-Revolving-Digits-扩展KMP.html"><div class="name"><img src="/img/hotrec-all.png"> HDU-4333-Revolving Digits(扩展KMP)</div></a></li><li><a class="flat-box" target="_blank" rel="external nofollow noopener noreferrer" href="https://anoyer.cn/article/C++文件读写.html"><div class="name"><img src="/img/hotrec-all.png"> C/C++文件读写大杂烩</div></a></li><li><a class="flat-box" target="_blank" rel="external nofollow noopener noreferrer" href="https://anoyer.cn/article/2019-Wannafly-Camp.html"><div class="name"><img src="/img/hotrec-all.png"> 2019 Wannafly Camp Day 1</div></a></li></ul><br></div></section></aside></div></div><footer id="footer" class="clearfix"><div class="footer-copyright"><span>Copyright © 2019 Anoyer 版权所有</span></div><div><i class="fas fa-sync fa-fw" aria-hidden="true"></i> <span id="runtime_span"></span></div><script>function show_runtime(){
window.setTimeout("show_runtime()",1000);
X=new Date("9/17/2018 18:1:1");
Y=new Date();T=(Y.getTime()-X.getTime());M=24*60*60*1000;
a=T/M;A=Math.floor(a);
b=(a-A)*24;B=Math.floor(b);
c=(b-B)*60;C=Math.floor((b-B)*60);
D=Math.floor((c-C)*60);
runtime_span.innerHTML="本站已稳定运行: "+A+"天"+B+"小时"+C+"分"+D+"秒"}show_runtime();</script><div style="margin-top: 10px"><b>优秀博客友链:</b> <li style="display: inline"><a href="https://me.csdn.net/Anoy_acer" target="_blank"> Anoyer |</a> </li><li style="display: inline"><a href="https://www.wushile.top/" target="_blank"> 小吴博客 |</a> </li><a href="/links/index.html" target="_blank"> 更多友链 </a> </div><img class="footer-img" src="/img/footer-jiaqunQR.png"><div class="footer-hr"></div><div class="footer-thanks"><p class="tbmx"><b>特别鸣谢</b></p><li><a target="_blank" href="https://hexo.io">HEXO</a></li><li><a target="_blank" href="https://xaoxuu.com/wiki/material-x/">Material-X</a></li><li><a target="_blank" href="https://github.com/">Github</a></li></div></footer><script src="//cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script><script src="//cdn.bootcss.com/sweetalert/2.1.2/sweetalert.min.js"></script><script src="//cdn.bootcss.com/Swiper/4.4.6/js/swiper.min.js"></script><script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script><script>$(".zdya").each(function(){
var len=$(this).text().length;
var kuan=window.screen.width;
if(kuan > 720){
var str="";
str=$(this).text().substring(0,90)+"...";
$(this).html(str);
}else if (kuan < 720) {
var str="";
str=$(this).text().substring(0,80)+"...";
$(this).html(str);
}
});</script><script>var GOOGLE_CUSTOM_SEARCH_API_KEY = "";
var GOOGLE_CUSTOM_SEARCH_ENGINE_ID = "";
var ALGOLIA_API_KEY = "";
var ALGOLIA_APP_ID = "";
var ALGOLIA_INDEX_NAME = "";
var AZURE_SERVICE_NAME = "";
var AZURE_INDEX_NAME = "";
var AZURE_QUERY_KEY = "";
var BAIDU_API_ID = "";
var SEARCH_SERVICE = "hexo" || "hexo";
var ROOT = "/"||"/";
if(!ROOT.endsWith('/'))ROOT += '/';</script><script src="/js/back.top.js"></script><script src="/js/search.js"></script><script src="/js/app.js"></script><script>(function(){
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
}
else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();</script><script>var mySwiper = new Swiper ('.swiper-container', {
effect: 'slide',
loop: true,
autoplay: true,
pagination: {
el: '.swiper-pagination',
},
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
})</script><script>document.body.oncopy = function() { swal("Anoyer博客:复制成功", "如需转载文章请注意声明原文出处,谢谢合作!","success");};</script><script>document.addEventListener('visibilitychange', function () {
if (document.visibilityState == 'hidden') {
normal_title = document.title;
document.title = '欢迎回来看本弱';
} else document.title = normal_title;
});</script><div class="cover"></div></body>