Auto commit

This commit is contained in:
smallkun 2025-03-16 01:26:23 +08:00
parent fd10dcce9e
commit 1843d42e7e

View File

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