摘要: //10米跳水计分系统 #include <stdio.h> int main(){ int score[10]; int min,max; float sum; scanf("%d",&score[0]); min = max = score[0]; for (int i = 1;i < 10;i 阅读全文
posted @ 2023-12-29 10:49 xuchaoxin1375 阅读(8) 评论(0) 推荐(0)