摘要: /*A simple C program*/ #include <stdio.h> int main() { printf("hello,C\n"); return 0; } #include<stdio.h> int main() { printf("my stuno is:20208345003 阅读全文
posted @ 2020-10-16 21:05 黄昊 阅读(67) 评论(0) 推荐(0)
摘要: 1 /*A simple C program*/ 2 #include <stdio.h> 3 int main() 4 { 5 printf("hello,C\n"); 6 return 0; 7 } 阅读全文
posted @ 2020-10-16 18:18 黄昊 阅读(42) 评论(0) 推荐(0)