Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

随笔分类 -  ACM Problems

摘要:http://eager2007.blog.hexun.com/26216090_d.html 本来今天想写的是“面试记”,八一八HR姐姐和面试官叔叔。但聊到面试难免要聊面试题,而算法题自是其重中之重。为了日后能专心地八面试官,今天就先说说这个算法。。。本篇涉及专业知识,外行止步,发生危险概不负责。算法与数据结构,属于IT技能中较“高雅”的一类,所谓阳春白雪、曲高和寡,往往只有大公司才对此有兴趣。... 阅读全文
posted @ 2008-12-01 12:12 NickyYe 阅读(1292) 评论(0) 推荐(0)

摘要:Problem Description lcy gives a hard puzzle to feng5166,lwg,JGShining and Ignatius: gave a and b,how to know the a^b.everybody objects to this BT problem,so lcy makes the problem easier than begin. th... 阅读全文
posted @ 2007-10-04 21:30 NickyYe 阅读(219) 评论(0) 推荐(0)

摘要:Problem Description I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B. Input The first line of the input contains an integer T(1 2 3int mai... 阅读全文
posted @ 2007-02-06 18:26 NickyYe 阅读(748) 评论(1) 推荐(0)

摘要:Nothing new but all the Input-output practice.However, it gave me a big lesson that it seems to take quite a long time to use while than for. Problem Description Your task is to calculate the sum of ... 阅读全文
posted @ 2007-02-05 23:07 NickyYe 阅读(319) 评论(1) 推荐(0)

摘要:Problem Description Your task is to Calculate the sum of some integers. Input Input contains multiple test cases. Each test case contains a integer N, and then N integers follow in the same line. A... 阅读全文
posted @ 2007-02-05 15:51 NickyYe 阅读(345) 评论(1) 推荐(0)

摘要:Thanks to drizzlecrj's suggestion, I turned to hdu for the primary practice. Hnu was another choice, but the server is too poor that a submitted problem is showed "wariting" all the time.Problem Descr... 阅读全文
posted @ 2007-02-04 23:20 NickyYe 阅读(1628) 评论(4) 推荐(0)

摘要:Calculate a + b Input The input will consist of a series of pairs of integers a and b,separated by a space, one pair of integers per line. Output For each pair of input integers a and b you should out... 阅读全文
posted @ 2007-02-04 22:27 NickyYe 阅读(434) 评论(1) 推荐(0)