摘要: /* 60分暴力 */ #include<iostream> #include<cstdio> #include<cstring> #define LL long long using namespace std; LL n,p,a,b,tot,ans; LL prime[1000010]; int 阅读全文
posted @ 2016-11-07 17:07 岂是蓬蒿人 阅读(200) 评论(0) 推荐(0) 编辑
摘要: noip模拟题day1 总览(Overview) 题目名称 取模 等比数列 回文串 程序名 mod sequence palindromes 输入文件名 mod.in sequence.in palindromes.in 输出文件名 mod.out sequence.out palindromes. 阅读全文
posted @ 2016-11-07 10:18 岂是蓬蒿人 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 暂无正解 60分代码: /* 60分 */ #include<iostream> #include<cstdio> #include<cstring> #define LL long long using namespace std; LL n,ans,f[10000010]; LL init() 阅读全文
posted @ 2016-11-07 09:47 岂是蓬蒿人 阅读(151) 评论(0) 推荐(0) 编辑