摘要: 题目 Description 给出一个有n个顶点m条边的有向图,对于一条边长度为len的边有两种走法。 1、如果a和b可以互达,则走过这条边的时间为len 2、如果a和b不可以互达,则走过这条边的时间为2*len 现在给出一个k,问,从顶点1到顶点n,满足第二种走法不超过k次的最短时间是多少。 De 阅读全文
posted @ 2019-07-09 16:44 Melted_czj 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 题目 (Standard IO) Time Limits: 1000 ms Memory Limits: 256000 KB Detailed Limits (Standard IO) Time Limits: 1000 ms Memory Limits: 256000 KB Detailed Li 阅读全文
posted @ 2019-07-09 16:36 Melted_czj 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 题目 Description 给出一个整数 ,你可以对 进行两种操作。 1、将x变成4x+3 2、将x变成8x+7 问,最少通过多少次操作,使得x是1000000007的倍数? Description 给出一个整数 ,你可以对 进行两种操作。 1、将x变成4x+3 2、将x变成8x+7 问,最少通过 阅读全文
posted @ 2019-07-09 16:26 Melted_czj 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 题目 1763. Gift (Standard IO) Time Limits: 1000 ms Memory Limits: 1024 KB Detailed Limits 1763. Gift (Standard IO) Time Limits: 1000 ms Memory Limits: 1 阅读全文
posted @ 2019-07-09 16:19 Melted_czj 阅读(117) 评论(0) 推荐(0) 编辑
body { background-color:whitesmoke; } // 修改背景颜色为半透明 #home,#sideBarMain>div,#blog-sidecolumn>div>div,.catListView{ background-color:rgba(255,255,255,0); } // 修改其他边框的颜色