摘要: /*A simple C program*/ #include <stdio.h> int main() { printf("Hello C\n"); return 0; } /* 循环打印字符 */ #include <stdio.h> int main() { while(1) printf(" 阅读全文
posted @ 2020-10-15 20:11 wjsx 阅读(47) 评论(2) 推荐(0)
摘要: /*A simple C program*/ #include <stdio.h> int main() { printf("Hello C\n"); return 0; } // 测试你是哪一类学习者 #include <stdio.h> int main() { int answer; char 阅读全文
posted @ 2020-10-15 19:49 wjsx 阅读(79) 评论(0) 推荐(0)