摘要: 环境:vs2017 1 /**编程练习2**/ 2 /*1*/ 3 #include<stdio.h> 4 int main(void) 5 { 6 printf("张三\n"); 7 printf("张\n三\n"); 8 printf("张"); 9 printf("三\n"); 10 getc 阅读全文
posted @ 2019-07-14 21:31 HaroldC 阅读(991) 评论(0) 推荐(0) 编辑