能力提升综合题单Part1 入门阶段
题单介绍
## Part 1 入门阶段
> 本部分内容针对入门 OIer ,主要是语言基础内容。
### Part 1.1 从零开始
> 语言基础题。
- [P1421 小玉买文具](https://www.luogu.com.cn/problem/P1421)
- [P1909 买铅笔](https://www.luogu.com.cn/problem/P1909)
- [P1089 津津的储蓄计划](https://www.luogu.com.cn/problem/P1089)
- [P1085 不高兴的津津](https://www.luogu.com.cn/problem/P1085)
- [P1035 级数求和](https://www.luogu.com.cn/problem/P1035)
- [P1980 计数问题](https://www.luogu.com.cn/problem/P1980)
- [P1014 Cantor表](https://www.luogu.com.cn/problem/P1014)
- [P1307 数字反转](https://www.luogu.com.cn/problem/P1307)
### Part 1.2 数组基础
> 数组可以用于存储大量的信息。
- [P1046 陶陶摘苹果](https://www.luogu.com.cn/problem/P1046)
- [P1047 校门外的树](https://www.luogu.com.cn/problem/P1047)
- [P1427 小鱼的数字游戏](https://www.luogu.com.cn/problem/P1427)
- [P2141 珠心算测验](https://www.luogu.com.cn/problem/P2141)
- [P5594 【XR-4】模拟赛](https://www.luogu.com.cn/problem/P5594)
### Part 1.3 字符串基础
> 字符串是特殊的数组,但它也有很多自身的特点。
- [P5015 标题统计](https://www.luogu.com.cn/problem/P5015)
- [P1055 ISBN号码](https://www.luogu.com.cn/problem/P1055)
- [P1308 统计单词数](https://www.luogu.com.cn/problem/P1308)
- [P2010 回文日期](https://www.luogu.com.cn/problem/P2010)
- [P1012 拼数](https://www.luogu.com.cn/problem/P1012)
- [P5587 打字练习](https://www.luogu.com.cn/problem/P5587)
### Part 1.4 函数,递归及递推
> 这是初学者最难理解的部分,建议画出递归图来理解递归的过程。
- [P1028 数的计算](https://www.luogu.com.cn/problem/P1028)
- [P1036 选数](https://www.luogu.com.cn/problem/P1036)
- [P1464 Function](https://www.luogu.com.cn/problem/P1464)
- [P5534 【XR-3】等差数列](https://www.luogu.com.cn/problem/P5534)
- [P1192 台阶问题](https://www.luogu.com.cn/problem/P1192)
- [P1025 数的划分](https://www.luogu.com.cn/problem/P1025)
- [P4994 终于结束的起点](https://www.luogu.com.cn/problem/P4994)