单项选择题算法的时间复杂度是指______。
单项选择题下面程序的输出是______。 typedef union long x[2]; int y[4]; char z[8]; MYTYPE; MYTYPE them; main() printf( %d n ,sizeof(them));