摘要: 开始数组学习: #include<stdio.h>int main(){ int x; double sum=0;//总成绩 int cnt=0;//计数器 int number[100]; scanf("%d",&x);//输入成绩 //输入正整数时进行循环 while(x!=-1){ numbe 阅读全文
posted @ 2020-02-23 10:33 EWBOK! 阅读(124) 评论(0) 推荐(0)