摘要: *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"); return 0; 阅读全文
posted @ 2020-10-19 18:26 baiwan 阅读(51) 评论(0) 推荐(0)