void delay(uchar i,uchar j) { while(i--) while(j--); } 编译后为……