https://github.com/ziyaogeng/pat-basic-level-
PAT(乙级)
https://github.com/ziyaogeng/pat-basic-level-
Last synced: 3 months ago
JSON representation
PAT(乙级)
- Host: GitHub
- URL: https://github.com/ziyaogeng/pat-basic-level-
- Owner: ZiyaoGeng
- Created: 2019-03-09T13:04:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T14:23:33.000Z (over 6 years ago)
- Last Synced: 2025-01-24T09:08:48.723Z (9 months ago)
- Language: C++
- Size: 396 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :pencil2: PAT(Basic Level) Solutions with C++
Update time: 2019-3-9 21:19I'm a college student
| # | Title | Source Code | Time | Score | Get |
|:---:|:---:|:---:|:---:|:---:|:---:|
|1001|[ 害死人不偿命的(3n+1)猜想 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805325918486528)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1001/1001.cpp) |2019/3/9| 15 | 15 |
|1002|[ 写出这个数 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805324509200384)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1002/1002.cpp) |2019/3/9| 20 | 20 |
|1003|[ 我要通过! ](https://pintia.cn/problem-sets/994805260223102976/problems/994805323154440192)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1003/1003.cpp) |2019/3/9| 20 | 20 |
|1004|[ 成绩排名 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805321640296448)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1004/1004.cpp) |2019/3/10| 20 | 20 |
|1005|[ 继续(3n+1)猜想 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805320306507776)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1005/1005.cpp) |2019/3/10| 25 | 25 |
|1006|[ 换个格式输出整数 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805318855278592)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1006/1006.cpp) |2019/3/10| 15 | 15 |
|1007|[ 素数对猜想 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805317546655744)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1007/1007.cpp) |2019/3/10| 20 | 20 |
|1008|[ 数组元素循环右移问题 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805316250615808)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1008/1008.cpp) |2019/3/10| 20 | 20 |
|1009|[ 说反话 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805314941992960)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1009/1009.cpp) |2019/3/11| 20 | 20 |
|1010|[ 一元多项式求导 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805313708867584)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1010/1010.cpp) |2019/3/11| 25 | 25 |
|1011|[ A+B 和 C ](https://pintia.cn/problem-sets/994805260223102976/problems/994805312417021952)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1011/1011.cpp) |2019/3/11| 15 | 15 |
|1012|[ 数字分类 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805311146147840)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1012/1012.cpp) |2019/3/11| 20 | 20 |
|1013|[ 数素数 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805309963354112)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1013/1013.cpp) |2019/3/12| 20 | 20 |
|1014|[ 福尔摩斯的约会 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805308755394560)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1014/1014.cpp) |2019/3/13| 20 | 20 |
|1015|[ 德才论 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805307551629312)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1015/1015.cpp) |2019/3/15| 25 | 25 |
|1016|[ 部分A+B ](https://pintia.cn/problem-sets/994805260223102976/problems/994805306310115328)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1016/1016.cpp) |2019/3/16| 15 | 15 |
|1017|[ A除以B ](https://pintia.cn/problem-sets/994805260223102976/problems/994805305181847552)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1017/1017.cpp) |2019/3/16| 20 | 20 |
|1018|[ 锤子剪刀布 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805304020025344)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1018/1018.cpp) |2019/3/16| 20 | 20 |
|1019|[ 数字黑洞 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805302786899968)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1019/1019.cpp) |2019/3/17| 20 | 20 |
|1020|[ 月饼 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805301562163200)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1020/1020.cpp) |2019/3/17| 25 | 25 |
|1021|[ 个位数统计 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805300404535296)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1021/1021.cpp) |2019/3/19| 15 | 15 |
|1022|[ D进制的A+B ](https://pintia.cn/problem-sets/994805260223102976/problems/994805299301433344)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1022/1022.cpp) |2019/3/19| 20 | 20 |
|1023|[ 组个最小数 ](https://pintia.cn/problem-sets/994805260223102976/problems/994805298269634560)|[C++](https://github.com/BlackSpaceGZY/PAT-Basic-Level-/blob/master/Code/1023/1023.cpp) |2019/3/19| 20 | 20 |