摘要: 1.for循环,while循环 输出1-100间的奇数 1 #include <stdio.h> 2 3 int main(){ 4 5 int num=1; 1 #include <stdio.h> 2 3 int main(){ 4 5 int num=1; 6 7 while (num <=1 阅读全文
posted @ 2021-11-30 21:46 郑雅文呀 阅读(48) 评论(0) 推荐(0)
摘要: 1 1 #include <stdio.h> 2 2 #include <string.h> 3 3 #include <windows.h> 4 4 #include <stdlib.h> 5 5 int main(){ 6 6 char arr1[] = "welcome to bit!!!!! 阅读全文
posted @ 2021-11-30 21:43 郑雅文呀 阅读(32) 评论(0) 推荐(0)