题目内容
有以下程序
#include <stdio.h>
main()
{ int arr[ ]={1,3,5,7,2,4,6,8},i,start;
scanf("%d", &start);
for (1=0; 1<3; i++)
printf(”%d”,arr[ (start+i)%8] );
}
若在程序运行时输入整数10<回车>,则输出结果为【 12 】。
查看答案
搜索结果不匹配?点我反馈
更多问题