工作票一式填写()份。
A、2
B、3
C、1
D、4
参考答案:A
main() {
int i,s=0;
for(i=1;i<10;i+=2)
s+=i+1;
printf ("%d\n",s);
}
BSC中有哪些单元可以使用强制开关,是如何控制的?