02 2017 档案

 
好用网站
摘要:1.http://www.bootcss.com/ 前端开发bootstrap开源 阅读全文
posted @ 2017-02-22 19:54 Annetree 阅读(93) 评论(0) 推荐(0)
ZOJ 2965 Accurately Say "CocaCola"!
摘要:Time Limit: 2 Seconds Memory Limit: 65536 KB In a party held by CocaCola company, several students stand in a circle and play a game. One of them is s 阅读全文
posted @ 2017-02-18 20:10 Annetree 阅读(228) 评论(0) 推荐(0)
B - Build The Electric System 求强连通的最小和//lxm
摘要:有n个城市,有m条线路,每条线路a,b,len表示a到b的线路需要花费len的费用维修,要求能将所有城市联通的最小维修花费 按照排序排一下然后利用并查集解决 阅读全文
posted @ 2017-02-16 14:18 Annetree 阅读(262) 评论(0) 推荐(0)
H - 【59】Lazier Salesgirl 模拟//lxm
摘要:Kochiya Sanae is a lazy girl who makes and sells bread. She is an expert at bread making and selling. She can sell the i-th customer a piece of bread 阅读全文
posted @ 2017-02-07 14:59 Annetree 阅读(191) 评论(0) 推荐(0)
E - An Awful Problem 求两段时间内满足条件的天数//lxm
摘要:In order to encourage Hiqivenfin to study math, his mother gave him a sweet candy when the day of the month was a prime number. Hiqivenfin was happy w 阅读全文
posted @ 2017-02-03 15:55 Annetree 阅读(263) 评论(0) 推荐(0)
K - Strange Country II 暴力dfs判断有向图是否连通//lxm
摘要:You want to visit a strange country. There are n cities in the country. Cities are numbered from 1 to n. The unique way to travel in the country is ta 阅读全文
posted @ 2017-02-03 15:51 Annetree 阅读(244) 评论(0) 推荐(0)
java的大数运算模板
摘要:import java.math.BigInteger; import java.util.Scanner; public class Main { public static void main(String[] args) { // TODO Auto-generated method stub 阅读全文
posted @ 2017-02-02 14:50 Annetree 阅读(188) 评论(0) 推荐(0)
HDU1042N!大数的阶乘java模板
摘要:import java.math.BigInteger; import java.util.Scanner; public class Main{ public static void main(String[] args) { Scanner inputScanner=new Scanner(Sy 阅读全文
posted @ 2017-02-02 13:55 Annetree 阅读(512) 评论(0) 推荐(0)