摘要:
/* Note:Your choice is C IDE */ #include "stdio.h" void main() { int box[4]={8,5,3,2}; int max; //最大盒子编号数 int insert;//最多珠子盒子编号 int i,j; //用作循环的变量 //用j变量来确定拿珠子的次数 ... 阅读全文
posted @ 2017-12-11 16:08
邹秀芳
阅读(159)
评论(0)
推荐(0)
2017年12月11日