摘要: #include "stdafx.h" #define Miss 1 //宏定义为1 (0表示false 1表示true) int _tmain(int argc, _TCHAR* argv[]) { char str[20]="C Language",c; int i = 0; while ((c 阅读全文
posted @ 2023-03-20 17:34 Maguyusi 阅读(14) 评论(0) 推荐(0)