摘要:
/*while2.c程序->注意分號的位置*/ 1 #include<stdio.h> 2 int main(void) 3 { 4 int n=0; 5 6 while(n++<3); 7 printf("n is %d\n",n); 8 printf("That's all this progr 阅读全文
posted @ 2022-12-26 16:04
KurokiTomoko
阅读(25)
评论(0)
推荐(0)