备用通风机必须能在()内开动。
A.15min
B.10min
C.20min
D.30min
参考答案:B
#include<stdio.h> void main() {int i; for(i=1;i<5;i++) printf("%d\t%c\n",i,(’A’+i)); }