Auto commit

This commit is contained in:
smallkun 2025-03-16 01:19:31 +08:00
parent fb31fcc8c7
commit fd10dcce9e

View File

@ -1,5 +1,11 @@
1. **数组求和**
- 编写一个程序定义一个包含10个整数的数组计算并输出数组中所有元素的和。
```c
#include <stdio.h>
```
2. **数组最大值和最小值**
- 编写一个程序定义一个包含10个整数的数组找到并输出数组中的最大值和最小值。
3. **数组逆序**