不过一笑

Well life is tough,make a good laugh

  C++博客 :: 首页 :: 联系 :: 聚合  :: 管理
  8 Posts :: 0 Stories :: 1 Comments :: 0 Trackbacks

公告

This guy's no expert,he's just to build a solid foundation,that may turn out to be useful in the future

常用链接

留言簿

我参与的团队

搜索

  •  

最新评论

阅读排行榜

评论排行榜

2010年10月6日 #

     摘要: HOJ1929 Hardwood Species
Code Language:C++ Code Length:1355B Runtime Memory:1920K Runtime:1.05s  阅读全文
posted @ 2010-10-06 11:29 雨过有声 阅读(404) | 评论 (0)编辑 收藏

2010年10月4日 #

     摘要: HOJ Problem1372 方程的解数
Code Language:C++ Code Length:2286B Runtime:3.83s Runtime Memory:26120K  阅读全文
posted @ 2010-10-04 18:37 雨过有声 阅读(355) | 评论 (0)编辑 收藏

2010年9月24日 #

     摘要: Problem--HOJ1049 Sticks(Search)
Code Language:C++ Code Length:1541B Runtime Memory:1256K Runtime:0.01s  阅读全文
posted @ 2010-09-24 20:15 雨过有声 阅读(362) | 评论 (0)编辑 收藏

2010年9月2日 #

     摘要: HOJ1065--Entropy(Huffman Tree)
Code Language:C++ Code Length:3342B Runtime:0.00s Runtime Memory:1740K  阅读全文
posted @ 2010-09-02 00:01 雨过有声 阅读(493) | 评论 (0)编辑 收藏

2010年8月31日 #

     摘要: HOJ Problem 2033
Code Language:C++ Code Length:1318B Runtime:0.27s Runtime Memory:1628K  阅读全文
posted @ 2010-08-31 23:47 雨过有声 阅读(423) | 评论 (0)编辑 收藏

2010年8月21日 #

     摘要: POJ Problem 1273--Drainage Ditches
Code Language:C++ Code Length:2533B Runtime Memory:484K Runtime:0MS  阅读全文
posted @ 2010-08-21 10:43 雨过有声 阅读(531) | 评论 (0)编辑 收藏

2010年8月12日 #

     摘要: Problem1610--Count the Colors,from ZOJ solved with data structure Segment Tree.In this post we briefly analyze the problem and show the code with comments in detail.
Coding Language:C++ Program Runtime:60ms Run Memory:748KB  阅读全文
posted @ 2010-08-12 00:56 雨过有声 阅读(944) | 评论 (1)编辑 收藏

2010年8月11日 #

  It's been a while since I got this thought of writing a blog of my own.Actually,I used to have one,on which I mostly wrote about my feelings and experiences in life.This time however,I decide to get more professional.So here I am,a place for programmers to share and learn.I must say that I'm just a rookie in this field,eager to know about how the story goes in this world,expecting to get some if things flow smooth enough.This is a brand-new start for me,with a future which seems to be highly promising.I always enjoy learning languages,personally,as well as the culture behind them.Programming is nothing but communicating,with the most intelligent machines we ever have.How well we can get this job done depends largely on our ability to find the common ground for the greatest mind and the most effective laborforce.Everybody knows that this is nothing like Sunday morning.In fact,it is always like Monday morning,when everything speeds up.So I'm ready to work my tails off,just to accomplish nothing,in the worst case.Nevertheless,that never happens,I firmly believe.
   Finally,I suppose there's nothing better than the following classic to end this thing,which is...
1 #include<iostream>
2 using namespace std;
3 int main()
4 {
5 cout<<"Hello World"<<endl;
6 return 0;
7 }
8 
 
posted @ 2010-08-11 01:38 雨过有声 阅读(252) | 评论 (0)编辑 收藏