会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小白v
编程入门级菜鸟
博客园
首页
新随笔
联系
订阅
管理
2016年4月5日
将博客搬至CSDN
摘要: 我将博客搬到CSDN了。 链接:http://blog.csdn.net/abc12580
阅读全文
posted @ 2016-04-05 13:20 小白v
阅读(108)
评论(0)
推荐(0)
2015年11月20日
UVa 378 - Intersecting Lines
摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 struct point{ 7 int x,y; 8 point(int x = 0,int y = 0){ 9 thi...
阅读全文
posted @ 2015-11-20 18:16 小白v
阅读(384)
评论(0)
推荐(0)
UVa 10902
摘要: #include #include #include #include #include using namespace std;#define MAXN 100002struct point { double x,y; point (double x = 0 ,double y = 0...
阅读全文
posted @ 2015-11-20 18:16 小白v
阅读(143)
评论(0)
推荐(0)
UVa 11343
摘要: #include #include #include #include #include using namespace std;struct point { int x,y; point (int x = 0 ,int y = 0){ this->x = x; ...
阅读全文
posted @ 2015-11-20 18:16 小白v
阅读(307)
评论(0)
推荐(0)
UVa 191
摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 struct point{ 7 int x,y; 8 point(int x = 0,int y = 0){ 9 ...
阅读全文
posted @ 2015-11-20 18:15 小白v
阅读(265)
评论(0)
推荐(0)
2015年5月13日
程序员必备注释
摘要: 无。
阅读全文
posted @ 2015-05-13 00:38 小白v
阅读(1105)
评论(0)
推荐(0)
2015年5月12日
UVa 10148 - Advertisement
摘要: UVa 10148 - Advertisement解题报告
阅读全文
posted @ 2015-05-12 13:30 小白v
阅读(239)
评论(0)
推荐(0)
2015年5月11日
UVa 10714 - Ants
摘要: UVa 10714 - Ants解题报告
阅读全文
posted @ 2015-05-11 11:23 小白v
阅读(135)
评论(0)
推荐(0)
2015年5月10日
UVa 11369 - Shopaholic
摘要: UVa 11369 Shopaholic解题报告
阅读全文
posted @ 2015-05-10 01:06 小白v
阅读(264)
评论(0)
推荐(0)
UVa 120 - Stacks of Flapjacks
摘要: UVa 120 Stacks of Flapjacks解题报告
阅读全文
posted @ 2015-05-10 00:58 小白v
阅读(256)
评论(0)
推荐(0)
下一页
公告