09 2025 档案

摘要:#include <stdio.h> int main() { int i = 1, sum = 0; while (i <= 100) { sum += 【1】 } printf("1加到100的和为:%d\n", sum); return 0; } #include <stdio.h> int 阅读全文
posted @ 2025-09-23 11:18 myrj 阅读(11) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/Edward1027/article/details/139512230?utm_medium=distribute.pc_relevant.none-task-blog-2~default~baidujs_baidulandingword~default 阅读全文
posted @ 2025-09-04 19:00 myrj 阅读(13) 评论(0) 推荐(0)
摘要:#include <stdio.h> #include <string.h> main() { char zf[100]; int upper=0,lower=0,number=0,other=0,a; gets(zf); for(a=0;a<strlen(zf);a++) { if(zf[a]>= 阅读全文
posted @ 2025-09-02 17:07 myrj 阅读(9) 评论(0) 推荐(0)