码迷,mamicode.com
首页 >  
搜索关键字:doctor who    ( 2627个结果
A1004. Counting Leaves (30)
A family hierarchy is usually presented by a pedigree tree. Your job is to count those family members who have no child.InputEach input file contains ...
分类:其他好文   时间:2015-03-08 01:25:46    阅读次数:163
Linux命令-用户管理命令:useradd,passwd,who,w
who 查看登录用户w 查看登录用户详细信息
分类:系统相关   时间:2015-03-08 00:00:54    阅读次数:403
Frogger
DescriptionFreddy Frog is sitting on a stone in the middle of a lake. Suddenly he notices Fiona Frog who is sitting on another stone. He plans to visi...
分类:其他好文   时间:2015-03-07 15:32:03    阅读次数:166
URAL 1639 Chocolate 2 (博弈论)
1639. Chocolate 2 Time limit: 1.0 second Memory limit: 64 MB Little Boy is mad at Karlsson, who ate all the sweets in the flat and even went to the neighbours to eat their sweets too. Now...
分类:其他好文   时间:2015-03-06 15:55:20    阅读次数:124
Spring-2-B Save the Students(SPOJ AMR11B)解题报告及测试数据
Save the StudentsTime Limit:134MS Memory Limit:0KB 64bit IO Format:%lld & %lluDescriptionHogwarts is under attack by the Dark Lord, He-Who-Must-Not-Be...
分类:编程语言   时间:2015-03-05 22:07:12    阅读次数:224
1041. Be Unique
Being unique is so important to people on Mars that even their lottery is designed in a unique way. The rule of winning is simple: one bets on a number chosen from [1, 104]. The first one who bets on ...
分类:其他好文   时间:2015-03-05 13:02:13    阅读次数:126
Awk的使用
今天来讲Awk的使用,首先来介绍awk的工作原理。   Awk的工作原理:将文件一行一行读入,然后对每一行再分段,段名称为$加上数字,分段依据是空格或者Tab键。   用法:awk '/模式/{命令1;命令2;...}' filename 其中上面的模式没有的话就是对全文所有行进行操作,多条命令用分号隔开。   例如who命令结果如下       比如我们想得到日期,那么命令...
分类:其他好文   时间:2015-03-04 22:47:42    阅读次数:229
Joseph
DescriptionThe Joseph's problem is notoriously known. For those who are not familiar with the original problem: from among n people, numbered 1, 2, . ...
分类:其他好文   时间:2015-03-04 20:51:20    阅读次数:162
Free Image简单使用
FreeImage简介FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia appl...
分类:其他好文   时间:2015-03-04 19:16:04    阅读次数:301
1039. Course List for Student
Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all the courses, you are supposed to output the registered course list for each student who comes ...
分类:其他好文   时间:2015-03-04 12:58:12    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!