摘要:
/* A simple C program*/ #include<stdio.h> int main() { printf("hello,c\n"); return 0; } /*循环打印字符*/ #include<stdio.h> int main() { while(1) printf("0 1 阅读全文
posted @ 2020-10-18 16:22
wodecyuyan
阅读(68)
评论(0)
推荐(0)
浙公网安备 33010602011771号