PAT甲级
「已注销」
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【PAT B1019/A1069】The Black Hole of Numbers (20 分)
#include <algorithm> #include <iostream> #include <cstdio> #include <string> #include <vector> #include <set> using namespace std; bool cmp(char a,char b){ return...原创 2019-07-13 11:25:50 · 160 阅读 · 0 评论 -
【PAT A1059】Prime Factors (25 分)
Key: 输入值为1 最后一个乘号 #include <algorithm> #include <iostream> #include <cstdio> #include <string> #include <cmath> using namespace std; int main(){ long int n; cin&g...原创 2019-07-28 17:24:45 · 163 阅读 · 0 评论
分享