随笔分类 - 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
阅读全文
摘要: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;
阅读全文
摘要:// 去吧!皮卡丘! 把AC带回来!// へ /|// /\7 ∠_/// / │ / /// │ Z _,< / /`ヽ// │ ヽ / 〉// Y ` / /// イ● 、 ● ⊂⊃〈 /// () へ | \〈// >ー 、_ ィ │ //// / へ / ノ<| \\// ヽ_ノ (_/ │
阅读全文
摘要:推荐小窗口: https://www.cnblogs.com/jackson0714/p/4833669.html 添加公告栏显示个性化时间 http://www.cnblogs.com/jackson0714/p/4828945.html 自定义地址栏logo http://www.cnblogs
阅读全文
摘要:博客园改版设计 https://www.cnblogs.com/pssp/p/5998249.html http://www.cnblogs.com/bndong/ http://www.cnblogs.com/asxinyu/p/Bolg_Category_For_BlogBeauty.html
阅读全文
摘要:最初主要是被这个炫酷的插件吸引了,这么打代码太特么有激情了 还有跳舞的初音姐姐哦!! 现附上一篇文章,这篇文章步骤讲得很详细了 http://blog.csdn.net/qq_36731677/article/details/54609583 不过,我这里讲下安装过程中可能出现的其他问题。 1.整个
阅读全文
摘要: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=
阅读全文
摘要:设置里面 记得一定要选simplememory,贴下我的css,js代码:现在不整了 body { color: #000; // background: url(http://images.cnblogs.com/cnblogs_com/planche/1178400/o_timg.jpg) fi
阅读全文

浙公网安备 33010602011771号