会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
冰冷世界
I will never forget you
博客园
首页
新随笔
联系
订阅
管理
[置顶]
如何盗走别人博客的个人首页的背景图片
摘要: 首先先按f12打开head, 找到<link type="text/css" rel="stylesheet" href="/blog/customcss/329058.css?v=vAHAXg0vWU9mlAiWA2lYKIo6fvA%3d"> 点击/blog/customcss/329058.c
阅读全文
posted @ 2017-08-21 18:20 冰冷世界
阅读(418)
评论(17)
推荐(0)
2018年2月16日
noi滚粗记
摘要: 为什么会变成这样呢……第一次有了喜欢的学科竞赛。有了能做一辈子朋友的人。两件快乐事情重合在一起。而这两份快乐,又给我带来更多的快乐。得到的,本该是像梦境一般幸福的时间……但是,为什么,会变成这样呢……. “NOI”什么的,已经无所谓了。因为已经不再有OI题,值得去做了。希望得到的高分,已经不需要了。
阅读全文
posted @ 2018-02-16 16:07 冰冷世界
阅读(163)
评论(0)
推荐(1)
2017年10月29日
玩具谜题
摘要: #include<cstdio>#include<iostream>#include<algorithm>#include<cstring>#include<map>using namespace std;string zh[100005];int a[100005],s[100005],ch[10
阅读全文
posted @ 2017-10-29 15:13 冰冷世界
阅读(137)
评论(0)
推荐(0)
2017年8月21日
级数求和
摘要: 本题其实就是小学奥数中的一个暴力题 代码如下: #include<iostream>using namespace std;int main(){ int k,i; double sum; cin>>k; sum=0;i=0; while(sum<=k) { i=i+1;//增加级数 sum=sum
阅读全文
posted @ 2017-08-21 18:07 冰冷世界
阅读(433)
评论(0)
推荐(0)
c++版a+b问题的各种无聊做法
摘要: LCT的A+B题解: Splay: 代码送上
阅读全文
posted @ 2017-08-21 17:29 冰冷世界
阅读(725)
评论(0)
推荐(0)
公告