通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
以下程序段给数组所有的元素输入数据,请选择正确答案填入( )。
#include<stdio.h> main() { int a[10],i=0; while(i<10) scanf("%d",(_______)); }