摘要: 1. HELLO WORLD! ####源代码 #include<stdio.h> int main() { printf ("HELLO WORLD!"); return 0; } ####运行截图 2. 乘法表 ####源代码 #include<stdio.h> int main() { int 阅读全文
posted @ 2021-01-28 11:41 韦蕊 阅读(112) 评论(1) 推荐(0)