摘要: include<stdio.h> int main() { int a=1,b=1; while(a--); printf("%d\n",a); while(--b); printf("%d\n",b); } 阅读全文
posted @ 2023-12-30 15:28 累die 阅读(3) 评论(0) 推荐(0) 编辑