摘要:
/* 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 阅读全文
摘要:
noip模拟题day1 总览(Overview) 题目名称 取模 等比数列 回文串 程序名 mod sequence palindromes 输入文件名 mod.in sequence.in palindromes.in 输出文件名 mod.out sequence.out palindromes. 阅读全文
摘要:
暂无正解 60分代码: /* 60分 */ #include<iostream> #include<cstdio> #include<cstring> #define LL long long using namespace std; LL n,ans,f[10000010]; LL init() 阅读全文