余小张

 

2023年3月2日

C语言1.基础语句, sprintf

摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 5 阅读全文

posted @ 2023-03-02 16:03 余小张 阅读(38) 评论(0) 推荐(0) 编辑

C语言1.基础语句, scanf

摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 5 阅读全文

posted @ 2023-03-02 15:58 余小张 阅读(45) 评论(0) 推荐(0) 编辑

C语言1.基础语句, printf

摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 /* run this program using the console pauser or add your own getch, system("pause") or input loop */ 5 阅读全文

posted @ 2023-03-02 15:42 余小张 阅读(168) 评论(0) 推荐(0) 编辑

导航