摘要: 题目链接 题目代码 阅读全文
posted @ 2019-08-12 20:21 helman78 阅读(143) 评论(0) 推荐(0)
摘要: 题目链接 题目代码 阅读全文
posted @ 2019-08-12 20:09 helman78 阅读(185) 评论(0) 推荐(0)
摘要: 两道简单的素数题 第一道 题目链接 简单的筛一下素数,然后模拟就行了 题目代码 #include<stdio.h> #include<iostream> #include<string.h> using namespace std; typedef long long LL; const int m 阅读全文
posted @ 2019-08-12 19:03 helman78 阅读(161) 评论(0) 推荐(0)