摘要:
数组例子:统计个数 #include <stdio.h> int main(void) { int x; int count[10]; int i; for ( i=0; i<10; i++) //对count进行初始化 { count[i] = 0; } scanf("%d", &x); wh 阅读全文
posted @ 2021-03-14 23:14
D-P
阅读(95)
评论(0)
推荐(0)
2021年3月14日 #