2017年1月12日

A. Mike and Cellphone(Round 361 Div.2)

摘要: 写一半去开程序的时候不小心关了网页,LOFTER我都不奢望加入代码高亮,最起码我关闭的时候弹个对话框,再不济也给我定时保存一下草稿吧。 A. Mike and Cellphone time limit per test 1 second memory limit per test 256 megab 阅读全文

posted @ 2017-01-12 23:19 Dark猫 阅读(89) 评论(0) 推荐(0)

A. Night at the Museum Round#376 (Div. 2)

摘要: A. Night at the Museum time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Grigoriy, like the 阅读全文

posted @ 2017-01-12 23:19 Dark猫 阅读(190) 评论(0) 推荐(0)

A. Launch of Collider Codeforces Round #363 (Div2)

摘要: A. Launch of Collider time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output There will be a la 阅读全文

posted @ 2017-01-12 23:18 Dark猫 阅读(88) 评论(0) 推荐(0)

A. Brain's Photos ——Codeforces Round #368 (Div. 2)

摘要: A. Brain's Photos time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Small, but very brave, 阅读全文

posted @ 2017-01-12 23:17 Dark猫 阅读(106) 评论(0) 推荐(0)

Codeforces Round #375 (Div. 2)A. The New Year: Mee

摘要: A. The New Year: Meeting Friends time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output There ar 阅读全文

posted @ 2017-01-12 23:16 Dark猫 阅读(114) 评论(0) 推荐(0)

2016年12月20日

关于GVIM的配置。

摘要: 最近开始考虑从常用的 Dev-Cpp 和 Visual Studio 开发环境中转到gvim+gcc+gdb。 我一直觉得IDE很好方便,不是很明白别人这样的配置。但还是开始有意识的去尝试更换环境。 更换环境的原因有以下几个方面吧: 1.早晚要去使用LINUX的,早晚要去趟这一趟浑水的。(尽管目前我 阅读全文

posted @ 2016-12-20 21:37 Dark猫 阅读(416) 评论(0) 推荐(0)

Codeforces Round 371 Div2 B.Passwords

摘要: 原题: B. Passwords time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Vanya is managed to ent 阅读全文

posted @ 2016-12-20 21:37 Dark猫 阅读(127) 评论(0) 推荐(0)

牛顿迭代法解指数方程(aX + e^x解 = b )

摘要: 高中好友突然问我一道这样的问题,似乎是因为他们专业要做一个计算器,其中的一道习题是要求计算器实现这样的功能。 整理一下要求:解aX + e^X = b 方程。解方程精度要求0.01,给定方程只有一解,a>0,b>0,0<X<20。 当被第一次问及这样一个问题的时候,我脑海里反映的第一个方法就是「牛顿 阅读全文

posted @ 2016-12-20 21:35 Dark猫 阅读(1788) 评论(0) 推荐(0)

导航