吕-小-布
码龄11年
求更新 关注
提问 私信
  • 博客:30,001
    30,001
    总访问量
  • 46
    原创
  • 5
    粉丝
  • 7
    关注
IP属地以运营商信息为准,境内显示到省(区、市),境外显示到国家(地区)
IP 属地:浙江省
加入CSDN时间: 2014-11-10

个人简介:挖掘机专业哪家强?中国山东找蓝翔!

博客简介:

Chay_Jhon的专栏

查看详细资料
个人成就
  • 获得3次点赞
  • 内容获得1次评论
  • 获得1次收藏
  • 博客总排名1,088,081名
  • 原力等级
    原力等级
    0
    原力分
    0
    本月获得
    0
创作历程
  • 25篇
    2015年
  • 21篇
    2014年
成就勋章
TA的专栏
  • UVa
    46篇

TA关注的专栏 0

TA关注的收藏夹 0

TA关注的社区 0

TA参与的活动 0

创作活动更多

新星杯·14天创作挑战营·第13期

这是一个以写作博客为目的的创作活动,旨在鼓励大学生博主们挖掘自己的创作潜能,展现自己的写作才华。如果你是一位热爱写作的、想要展现自己创作才华的小伙伴,那么,快来参加吧!我们一起发掘写作的魅力,书写出属于我们的故事。我们诚挚邀请你们参加为期14天的创作挑战赛!注: 1、参赛者可以进入活动群进行交流、互相鼓励与支持(开卷),虚竹哥会分享创作心得和涨粉心得,答疑及活动群请见:https://bbs.csdn.net/topics/619781944 【进活动群,得奖概率会更大,因为有辅导】 2、文章质量分查询:https://www.csdn.net/qc

75人参与 去参加
  • 最近
  • 文章
  • 专栏
  • 代码仓
  • 资源
  • 收藏
  • 关注/订阅/互动
更多
  • 最近

  • 文章

  • 专栏

  • 代码仓

  • 资源

  • 收藏

  • 关注/订阅/互动

  • 社区

  • 帖子

  • 问答

  • 课程

  • 视频

搜索 取消

Problem 046——UVa 220 - Othello

Othello Othello is a game played by two people on an 8 x 8 board, using disks that are white on one side and black on the other. One player places disks with the white side up and the ot
原创
博文更新于 2015.02.17 ·
934 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

Problem 045——UVa 512 - Spreadsheet Tracking

Spreadsheet Tracking Data in spreadsheets are stored in cells, which are organized in rows (r) and columns (c). Some operations on spreadsheets can be applied to single cells (r,c), whil
原创
博文更新于 2015.02.16 ·
701 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

Problem 044——UVa 572 - Oil Deposits

Oil Deposits The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of land at a time, and cre
原创
博文更新于 2015.02.14 ·
657 阅读 ·
1 点赞 ·
0 评论 ·
0 收藏

Problem 043——UVa 1593 - Alignment of Code

You are working in a team that writes Incredibly Customizable Programming Codewriter (ICPC) which is basically a text editor with bells and whistles. You are working on a module that takes a piece of
原创
博文更新于 2015.02.14 ·
604 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Problem 042 —— UVa 839 - Not so Mobile

Not so Mobile Before being an ubiquous communications gadget, a mobile was just a structure made of strings and wires suspending colourfull things. This kind of mobile is usually found h
原创
博文更新于 2015.02.13 ·
556 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Problem 041—— UVa 679 - Dropping Balls

Dropping Balls A number of K balls are dropped one by one from the root of a fully binary tree structure FBT. Each time the ball being dropped first visits a non-terminal node. It then k
原创
博文更新于 2015.02.10 ·
559 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Problem 040——UVa 11988 - Broken Keyboard (a.k.a. Beiju Text)

Broken Keyboard (a.k.a. Beiju Text)You're typing a long text with a broken keyboard. Well it's not so badly broken. The only problem with the keyboard is that sometimes the "home" key or the "en
原创
博文更新于 2015.02.08 ·
631 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Problem 038——UVa 514 - Rails

Rails There is a famous railway station in PopPush City. Country there is incredibly hilly. The station was built in last century. Unfortunately, funds were extremely limited that time.
原创
博文更新于 2015.02.08 ·
552 阅读 ·
0 点赞 ·
0 评论 ·
1 收藏

Problem 039——UVa 442 - Matrix Chain Multiplication

Matrix Chain Multiplication Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which mul
原创
博文更新于 2015.02.08 ·
596 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Problem 037——UVa 207 - PGA Tour Prize Money

PGA Tour Prize Money A PGA (Professional Golf Association) Tour event is a golf tournament in which prize money is awarded to the best players. The tournament is broken into four rounds
原创
博文更新于 2015.02.05 ·
1263 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Problem 036——UVa 1592 - Database

Peter studies the theory of relational databases. Table in the relational database consists of values that are arranged in rows and columns.There are different normal forms that database may adhere
原创
博文更新于 2015.02.03 ·
1035 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Problem 035——UVa 400 - Unix ls

Unix ls The computer company you work for is introducing a brand new computer line and is developing a new Unix-like operating system to be introduced along with the new computer. Your a
原创
博文更新于 2015.02.02 ·
874 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Problem 034——UVa 136 - Ugly Numbers

Ugly Numbers Ugly numbers are numbers whose only prime factors are 2, 3 or 5. The sequence1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, ...shows the first 11 ugly numbers. By convention,
原创
博文更新于 2015.02.02 ·
628 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Problem 033——UVa 540 - Team Queue

Team Queue Queues and Priority Queues are data structures which are known to most computer scientists. The Team Queue, however, is not so well known, though it occurs often in everyday l
原创
博文更新于 2015.02.02 ·
725 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Problem 032——UVa 12096 - The SetStack Computer

#include#include#include#include#include#include#includeusing namespace std;#define fuck x1.begin(),x1.end(),x2.begin(),x2.end(),inserter(x,x.begin())typedef set Set;map id;vector sid;in
原创
博文更新于 2015.02.01 ·
560 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Problem 031 ——UVa 156 - Ananagrams

Ananagrams Most crossword puzzle fans are used to anagrams--groups of words with the same letters in different orders--for example OPTS, SPOT, STOP, POTS and POST. Some words however do
原创
博文更新于 2015.01.31 ·
572 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Problem 030——UVa 10815 - Andy's First Dictionary

Andy's First DictionaryTime limit: 3 secondsAndy, 8, has a dream - he wants to produce his very own dictionary. This is not an easy task for him, as the number of words that he
原创
博文更新于 2015.01.31 ·
607 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Problem 029——UVa 12412 - A Typical Homework (a.k.a Shi Xiong Bang Bang Mang)

A Typical Homework(a.k.a Shi Xiong Bang Bang Mang)Hi, I am an undergraduate student in institute of foreign languages. As you know, C programming is a required course in our university, even if hi
原创
博文更新于 2015.01.30 ·
1256 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Problem 028——Uva 101 - The Blocks Problem

The Blocks Problem Background Many areas of Computer Science use simple, abstract domains for both analytical and empirical studies. For example, an early AI study of planning and ro
原创
博文更新于 2015.01.30 ·
567 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏

Problem 027 ——UVa 815 - Flooded!

Flooded! To enable homebuyers to estimate the cost of flood insurance, a real-estate firm provides clients with the elevation of each 10-meter by 10-meter square of land in regions where
原创
博文更新于 2015.01.29 ·
634 阅读 ·
0 点赞 ·
0 评论 ·
0 收藏
加载更多