程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程解疑 >> Warching TV

Warching TV

編輯:編程解疑
Warching TV —— 看電視

Description
Lemon likes warching TV very much. When winter holiday comes, it is a good time, isn’t it. There are lots of TV program listed on the paper. Every TV program has its start time ,end time, and the happiness value that will add Lemon’s happiness and it depends on Lemon’s taste.

Input
There are many test cases. Please process to end of file. Each test case starts with one integer N (1 <= N <= 100000) which indicates the size of the list of the TV program. Then N lines follow, each line contains three integers s, e and v. s, e indicate that the TV program is during s, e. v indicates that after warching the TV program will add Lemon v happyiness(1 <= v <= 1000). Once Lemon choose a TV program, he must finish warching the TV program.

Output
Print the maximum happiness value that Lemon will get.

Sample Input
2 1 2 1 3 4 2 2 1 2 1 2 4 2

Sample Output
3 2

最佳回答:


http://www.acmerblog.com/hdu-2652-warching-tv-4244.html

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved