摘要: 牛客小白月赛5 H 最大公约数(lcm) 链接:https://www.nowcoder.com/acm/contest/135/H来源:牛客网 题目描述 给定两个正整数a,b,求a,b的最小公倍数。(即[a,b]) 输入描述: 两个整整数,a,b 输出描述: 一个正整数,表示[a,b] 示例1 输 阅读全文
posted @ 2018-07-23 08:46 BrysonChen 阅读(642) 评论(0) 推荐(0) 编辑
摘要: 创建一个临时数据库,然后用如下命令获得 运行结果 阅读全文
posted @ 2018-04-06 16:05 BrysonChen 阅读(505) 评论(0) 推荐(0) 编辑
摘要: IntelliJ IDEA添加jar包 阅读全文
posted @ 2017-09-27 22:59 BrysonChen 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 题目链接 http://codeforces.com/problemset/problem/43/D D. Journey time limit per test 2 seconds memory limit per test 256 megabytes input standard input o 阅读全文
posted @ 2017-08-07 21:42 BrysonChen 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 并查集 判读无向图回路 阅读全文
posted @ 2017-08-04 15:24 BrysonChen 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 初期:一.基本算法: (1)枚举. (poj1753,poj2965) (2)贪心(poj1328,poj2109,poj2586) (3)递归和分治法. (4)递推. (5)构造法.(poj3295) (6)模拟法.(poj1068,poj2632,poj1573,poj2993,poj2996) 阅读全文
posted @ 2017-08-04 13:07 BrysonChen 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=3172 Virtual Friends Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)To 阅读全文
posted @ 2017-08-03 18:26 BrysonChen 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 题目链接 http://59.77.139.92/Problem.jsp?pid=2351 Problem Description 有一个坐标系,坐标系上有n个点,在同一行或同一列上的任意两点称为关联的,并且关联属性是可传递的,即A和B关联,B和C关联,则可认为A和C关联,现在问图中是否任意两点都是 阅读全文
posted @ 2017-08-03 15:29 BrysonChen 阅读(477) 评论(0) 推荐(0) 编辑
摘要: 匈牙利算法 阅读全文
posted @ 2017-08-03 11:19 BrysonChen 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 题目链接 POJ3248 阅读全文
posted @ 2017-07-26 10:46 BrysonChen 阅读(168) 评论(0) 推荐(0) 编辑