会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
_Hsiung
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
21
下一页
2020年7月17日
A1039 Course List for Student [unordered_map]
摘要: 不用hash映射 就要用unordered_map 而且cin还要改成scanf cout改了更好 #include#includ...
阅读全文
posted @ 2020-07-17 23:20 _Hsiung
阅读(48)
评论(0)
推荐(0)
2020年7月16日
A1024 Palindromic Number [回文+大整数加法]
摘要: //找质数,找能除的质数#include#include#include#include#include#includeusing...
阅读全文
posted @ 2020-07-16 18:18 _Hsiung
阅读(65)
评论(0)
推荐(0)
A1023 Have Fun with Numbers [大整数乘法]
摘要: //找质数,找能除的质数#include#include#include#include#include#includeusing...
阅读全文
posted @ 2020-07-16 17:32 _Hsiung
阅读(68)
评论(0)
推荐(0)
大整数的四则运算
摘要: int 表示的数据范围有限,当涉及大整数的运算时候,我们就只能借助数组来存储,借助数组就依靠手工加减乘除,就小学学的那种来运算,然后...
阅读全文
posted @ 2020-07-16 16:55 _Hsiung
阅读(145)
评论(0)
推荐(0)
A1096 Consecutive Factors [因子分解]
摘要: #include#include#include#include#include#includeusing namespace s...
阅读全文
posted @ 2020-07-16 12:50 _Hsiung
阅读(65)
评论(0)
推荐(0)
A1078 Hashing [质数和散列结合]
摘要: #include#include#include#includeusing namespace std;const int N =...
阅读全文
posted @ 2020-07-16 10:39 _Hsiung
阅读(70)
评论(0)
推荐(0)
A1015 Reversible Primes [质数问题]
摘要: #include#include#include#includeusing namespace std;bool isprime(...
阅读全文
posted @ 2020-07-16 09:53 _Hsiung
阅读(51)
评论(0)
推荐(0)
又谈进制转换
摘要: #includeusing namespace std;int Qtoten(int number,int p){ int prod...
阅读全文
posted @ 2020-07-16 09:28 _Hsiung
阅读(44)
评论(0)
推荐(0)
A1088 Rational Arithmetic [分数四则运算]
摘要: #include#include#includeusing namespace std;typedef long long ll;...
阅读全文
posted @ 2020-07-16 08:29 _Hsiung
阅读(77)
评论(0)
推荐(0)
2020年7月15日
A1081 Rational Sum [分数计算]
摘要: 题意:分数的计算 注意 每步都要化简(求最大公约数),防止溢出真分数假分数要判断输出 #include#include#inclu...
阅读全文
posted @ 2020-07-15 22:35 _Hsiung
阅读(71)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
21
下一页
公告