摘要: #include <stdio.h> int main() { int a,b,c,d; a=0,b=0,c=0; d=c++ || a++ && b++; printf("%d,%d,%d,%d",a,b,c,d); getchar(); } #include <stdio.h> int main 阅读全文
posted @ 2021-09-25 17:09 myrj 阅读(33) 评论(0) 推荐(0) 编辑