随笔分类 -  tip

摘要:In a college dormitory, somebody posted an announcement saying there would be atable with K cupcakes (K>=0) on the first floor of the building. Studen 阅读全文
posted @ 2018-08-11 02:27 planche 阅读(102) 评论(0) 推荐(0)
摘要:0.模板 https://www.luogu.org/problem/lists?name=%E6%A8%A1%E6%9D%BF 1.判数字回文 bool check(ll x) { ll t = x, y = 0; while (t) { y = y * 10 + t % 10; t /= 10; 阅读全文
posted @ 2018-03-14 17:23 planche 阅读(241) 评论(0) 推荐(0)
摘要:// 去吧!皮卡丘! 把AC带回来!// へ /|// /\7 ∠_/// / │ / /// │ Z _,< / /`ヽ// │ ヽ / 〉// Y ` / /// イ● 、 ● ⊂⊃〈 /// () へ | \〈// >ー 、_ ィ │ //// / へ / ノ<| \\// ヽ_ノ (_/ │ 阅读全文
posted @ 2018-03-10 17:16 planche 阅读(112) 评论(0) 推荐(0)
摘要:推荐小窗口: https://www.cnblogs.com/jackson0714/p/4833669.html 添加公告栏显示个性化时间 http://www.cnblogs.com/jackson0714/p/4828945.html 自定义地址栏logo http://www.cnblogs 阅读全文
posted @ 2018-03-02 22:52 planche 阅读(317) 评论(0) 推荐(0)
摘要:博客园改版设计 https://www.cnblogs.com/pssp/p/5998249.html http://www.cnblogs.com/bndong/ http://www.cnblogs.com/asxinyu/p/Bolg_Category_For_BlogBeauty.html 阅读全文
posted @ 2018-03-02 20:40 planche 阅读(136) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-03-01 18:31 planche 阅读(17) 评论(0) 推荐(0)
摘要:最初主要是被这个炫酷的插件吸引了,这么打代码太特么有激情了 还有跳舞的初音姐姐哦!! 现附上一篇文章,这篇文章步骤讲得很详细了 http://blog.csdn.net/qq_36731677/article/details/54609583 不过,我这里讲下安装过程中可能出现的其他问题。 1.整个 阅读全文
posted @ 2018-02-27 18:59 planche 阅读(1739) 评论(0) 推荐(0)
摘要:1.访问a[1],a[n]时 没有事先排序,wa2.ans1,ans2初始化仅仅为0,没有考虑-100000000000这样的存在,max无法更新 wa3.数10^18零的个数数错了,18数成17 wa 4.for里面手贱把for(int i=1;i<=n;i++)写成了for(int i=1;i= 阅读全文
posted @ 2018-02-14 22:46 planche 阅读(79) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-02-14 16:21 planche 阅读(4) 评论(0) 推荐(0)
摘要:设置里面 记得一定要选simplememory,贴下我的css,js代码:现在不整了 body { color: #000; // background: url(http://images.cnblogs.com/cnblogs_com/planche/1178400/o_timg.jpg) fi 阅读全文
posted @ 2018-02-10 23:36 planche 阅读(567) 评论(4) 推荐(3)