随笔分类 -  数学

摘要:题目链接: "http://codeforces.com/problemset/problem/451/E" E. Devu and Flowers time limit per test4 secondsmemory limit per test256 megabytes 问题描述 Devu wa 阅读全文
posted @ 2016-10-11 22:19 fenicnn 阅读(144) 评论(0) 推荐(0)
摘要:题目链接: "https://hihocoder.com/problemset/problem/1388" Periodic Signal 时间限制:5000ms内存限制:256MB 问题描述 Profess X is an expert in signal processing. He has a 阅读全文
posted @ 2016-09-25 11:28 fenicnn 阅读(204) 评论(0) 推荐(0)
摘要:题目链接: "http://acm.hust.edu.cn/vjudge/problem/129724" Golf Bot Time Limit: 15000MS 题意 给你n个数,m个查询,对于每个查询,问能不能用n个数中的一个或两个(同一个数可以取两次)相加凑出来。 题解 多项式乘法,用快速傅里 阅读全文
posted @ 2016-08-15 22:56 fenicnn 阅读(262) 评论(0) 推荐(0)
摘要:题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=5833 Zhu and 772002 Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others) 问题 阅读全文
posted @ 2016-08-14 22:27 fenicnn 阅读(163) 评论(0) 推荐(0)
摘要:题目链接: "http://poj.org/problem?id=2960" S Nim Time Limit: 2000MS Memory Limit: 65536K 问题描述 Arthur and his sister Caroll have been playing a game called 阅读全文
posted @ 2016-07-29 23:20 fenicnn 阅读(141) 评论(0) 推荐(0)
摘要:题目链接: http://www.icpc.moe/onlinejudge/showProblem.do?problemCode=3870 题解: 如果x xor y>max(x,y),那么就会有x和y的最高位不同(二进制表示),并且对于最高位小的那个数的最高位的位置,最高位大的那个数在相同的位置应 阅读全文
posted @ 2016-05-08 23:17 fenicnn 阅读(133) 评论(0) 推荐(0)
摘要:题目链接: hdu: http://acm.hdu.edu.cn/showproblem.php?pid=5170 bc(中文):http://bestcoder.hdu.edu.cn/contests/contest_chineseproblem.php?cid=567&pid=1001 题解: 阅读全文
posted @ 2016-04-27 10:01 fenicnn 阅读(166) 评论(0) 推荐(0)
摘要:题目链接: hdu:http://acm.hdu.edu.cn/showproblem.php?pid=5646 bc:http://bestcoder.hdu.edu.cn/contests/contest_chineseproblem.php?cid=680&pid=1002 DZY Loves 阅读全文
posted @ 2016-03-27 00:46 fenicnn 阅读(366) 评论(0) 推荐(0)