void myfun()
{
int max;
int min;
int second_max;
int array[5]={
1,6,3,
【C语言】之实现数组中查找最大值、最小值和第二大值
2021-11-23 14:17:01
-
图的深度和广度遍历没有了