小杨在做数学题,题目要求找出从1到35中能被7整除的数字,即[7, 14, 21, 28, 35],则横线处应填入哪个代码?( )
arr[count++] = i;
arr[i] = count++;
arr[i] = count;
arr[count] = count++;