摘要:
1、 #include <stdio.h> # define NUMBER 80 int main(void) { int a[NUMBER]; int number; puts("please input the number of the student."); do { printf("num 阅读全文
posted @ 2021-02-04 18:48
小鲨鱼2018
阅读(467)
评论(0)
推荐(0)
摘要:
1、 #include <stdio.h> #define NUMBER 5 int main(void) { int a[NUMBER]; int i; puts("please input several numbers."); for (i = 0; i < NUMBER; i++) { pr 阅读全文
posted @ 2021-02-04 00:04
小鲨鱼2018
阅读(155)
评论(0)
推荐(0)