2016年7月16日

uva11426 欧拉函数应用

摘要: 题目链接:http://acm.hust.edu.cn/vjudge/contest/view.action?cid=121873#problem/F 题目大意:给你一个数n,让你输出(i=1->n-1)(j=i+1->n)gcd(i,j) 思路分析:直接暴力做铁定超时,而且数据也不止一组,因此我们 阅读全文

posted @ 2016-07-16 16:57 当蜗牛有了理想 阅读(162) 评论(0) 推荐(0) 编辑

poj3090欧拉函数求和

摘要: E - (例题)欧拉函数求和 Crawling in process... Crawling failed Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status Description A 阅读全文

posted @ 2016-07-16 16:25 当蜗牛有了理想 阅读(705) 评论(0) 推荐(0) 编辑

lightOJ1370 欧拉函数性质

摘要: D - (例题)欧拉函数性质 Crawling in process... Crawling failed Time Limit:2000MS Memory Limit:32768KB 64bit IO Format:%lld & %llu Submit Status Description Bam 阅读全文

posted @ 2016-07-16 16:14 当蜗牛有了理想 阅读(225) 评论(0) 推荐(0) 编辑

导航