首页
编程
java
php
前端
首页
编程
java
php
前端
1、从键盘输入10个成绩,然后求出最高成绩、最低成绩和它们在数组中的位置。
#include<stdio.h>
void main()
{
点击展开全文