Before the invention of book-printing, it was very hard to make a copy of a book. All the contents had
to be re-written by hand by so called scribers. The scriber had been given a book and after several
months he finished its copy. One of the most famous scribers lived in the 15th century and his name
was Xaverius Endricus Remius Ontius Xendrianus (Xerox). Anyway, the work was very annoying and
boring. And the only way to speed it up was to hire more scribers.
Once upon a time, there was a theater ensemble that wanted to play famous Antique Tragedies. The
scripts of these plays were divided into many books and actors needed more copies of them, of course.
So they hired many scribers to make copies of these books. Imagine you have m books (numbered
1; 2; : : : ;m) that may have different number of pages (p1; p2; : : : ; pm) and you want to make one copy of
each of them. Your task is to divide these books among k scribes, k m. Each book can be assigned
to a single scriber only, and every scriber must get a continuous sequence of books. That means, there
exists an increasing succession of numbers 0 = b0 < b1 < b2; : : : < bk

最新文章

  1. 使用Photoshop不改变图片尺寸,保存图片到30K以下的解决办法
  2. Android jni开发中的常见错误
  3. 浅探委托(delegate)和事件(event)
  4. python datetime模块用strftime 格式化时间
  5. IOS 今天学到太多的知识了,赶快记录下来
  6. I-MooFest(POJ 1990)
  7. liux下ftp链接服务器的常用命令
  8. Codeforces Round #321 (Div. 2) B. Kefa and Company 二分
  9. jquery-ui datepicker使用
  10. vue2.0+element+node+webpack搭建的一个简单的后台管理界面
  11. 软件raid 5
  12. 微信开放平台创建android应用时怎么获取应用签名
  13. python模块中sys.argv[]使用
  14. linux weblogic 控制台进入缓慢
  15. capwap学习笔记&mdash;&mdash;初识capwap(四)
  16. HDU 4279 Number-------找规律题
  17. C++和.net的集合类对应
  18. 树链剖分 + 后缀数组 - E. Misha and LCP on Tree
  19. grep练习
  20. 带OUTPUT的增删改

热门文章

  1. 通过代码的方式完成WCF服务的寄宿工作
  2. [javaSE] java获取文件列表
  3. LGLAlertView 提示框
  4. Virtual Environments for mac
  5. elasticsearch分词插件的安装
  6. js 数组常用方法
  7. absolute绝对定位可以实现相对定位
  8. SharePoint 2013 术语和术语集介绍
  9. 关于ApplicationPoolIdentity
  10. iOS面试中常见的算法题目