第一次作业
摘要:1编写程序,输出“我爱c语言!”。 #include<stdio.h> main(){ printf("我爱c语言!"); } 2分行写出自己的专业和名字。 #include<stdio.h> main(){ printf("计算机科学与技术\n刘子慷\n"); } 3用*号输出字母C的图案。 #i
阅读全文
posted @ 2021-09-28 12:36
posted @ 2021-09-28 12:36