• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






曹文博

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页

2019年8月10日

POJ - 1205  Water Treatment Plants (大数dp)(java)
摘要: River polution control is a major challenge that authorities face in order to ensure future clean water su... 阅读全文
posted @ 2019-08-10 15:41 曹文博 阅读(92) 评论(0) 推荐(0)
 
java 之acm模板
摘要: //import java.util.Scanner;//相当于输入输出头文件import java.util.*;//啥都有头文件//import java.math.BigInteger;//大数类impor... 阅读全文
posted @ 2019-08-10 11:28 曹文博 阅读(619) 评论(0) 推荐(0)
 
Octal Fractions (高精度) (java)
摘要: Fractions in octal (base 8) notation can be expressed exactly in decimal notation. For example, 0.75 in oc... 阅读全文
posted @ 2019-08-10 11:26 曹文博 阅读(167) 评论(0) 推荐(0)
 

2019年8月9日

Fairy (树上差分)
摘要: Once upon a time there lived a good fairy A. One day a fine young man B came to her and asked to predict h... 阅读全文
posted @ 2019-08-09 21:42 曹文博 阅读(153) 评论(0) 推荐(0)
 
二分图性质
摘要: 判断一个二分图的充要条件就是没有奇数环我们可以根据该图中是否存在奇数环来判定该图是否可以构成二分图其实只要把二分图想象成是一个染色问题同一条边的两个点不为同种颜色 就不难证明没有奇数环是构成二分图的充分必要条件 ... 阅读全文
posted @ 2019-08-09 09:46 曹文博 阅读(153) 评论(0) 推荐(0)
 

2019年8月8日

Ombrophobic Bovines (二分 + 弗罗伊得+最大流 )
摘要: FJ's cows really hate getting wet so much that the mere thought of getting caught in the rain makes them s... 阅读全文
posted @ 2019-08-08 16:53 曹文博 阅读(46) 评论(0) 推荐(0)
 

2019年8月5日

Sightseeing tour (混合图判断欧拉回路) (最大流)
摘要: The city executive board in Lund wants to construct a sightseeing tour by bus in Lund, so that tourists ca... 阅读全文
posted @ 2019-08-05 09:34 曹文博 阅读(85) 评论(0) 推荐(0)
 

2019年8月3日

欧拉通路 欧拉回路的区别 及其判定(转)
摘要: 欧拉通路 欧拉回路的区别 及其判定在做一些图类时经常要用到欧拉路,比如近期的单词连接和涂彩棒等,下面整理了一点:欧拉通路: 通过图中每条边且只通过一次,并且经过每一顶点的通路。欧拉回路: 通过图中每条边且只通过一... 阅读全文
posted @ 2019-08-03 15:36 曹文博 阅读(846) 评论(0) 推荐(0)
 
Kindergarten (最大团 最小独立集 二分图匹配)
摘要: In a kindergarten, there are a lot of kids. All girls of the kids know each other and all boys also know e... 阅读全文
posted @ 2019-08-03 13:46 曹文博 阅读(82) 评论(0) 推荐(0)
 
Second My Problem First 单调栈
摘要: Give you three integers n, A and B. Then we define S i = A i mod B and T i = Min{ S k| i-A = 1} Your task ... 阅读全文
posted @ 2019-08-03 12:35 曹文博 阅读(91) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页