上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页
摘要: 不用hash映射 就要用unordered_map 而且cin还要改成scanf cout改了更好 #include#includ... 阅读全文
posted @ 2020-07-17 23:20 _Hsiung 阅读(43) 评论(0) 推荐(0) 编辑
摘要: //找质数,找能除的质数#include#include#include#include#include#includeusing... 阅读全文
posted @ 2020-07-16 18:18 _Hsiung 阅读(58) 评论(0) 推荐(0) 编辑
摘要: //找质数,找能除的质数#include#include#include#include#include#includeusing... 阅读全文
posted @ 2020-07-16 17:32 _Hsiung 阅读(64) 评论(0) 推荐(0) 编辑
摘要: int 表示的数据范围有限,当涉及大整数的运算时候,我们就只能借助数组来存储,借助数组就依靠手工加减乘除,就小学学的那种来运算,然后... 阅读全文
posted @ 2020-07-16 16:55 _Hsiung 阅读(132) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#include#include#includeusing namespace s... 阅读全文
posted @ 2020-07-16 12:50 _Hsiung 阅读(59) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#includeusing namespace std;const int N =... 阅读全文
posted @ 2020-07-16 10:39 _Hsiung 阅读(64) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#includeusing namespace std;bool isprime(... 阅读全文
posted @ 2020-07-16 09:53 _Hsiung 阅读(47) 评论(0) 推荐(0) 编辑
摘要: #includeusing namespace std;int Qtoten(int number,int p){ int prod... 阅读全文
posted @ 2020-07-16 09:28 _Hsiung 阅读(41) 评论(0) 推荐(0) 编辑
摘要: #include#include#includeusing namespace std;typedef long long ll;... 阅读全文
posted @ 2020-07-16 08:29 _Hsiung 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 题意:分数的计算 注意 每步都要化简(求最大公约数),防止溢出真分数假分数要判断输出 #include#include#inclu... 阅读全文
posted @ 2020-07-15 22:35 _Hsiung 阅读(61) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页