奖学金(结构体实在是太好用啦) 摘要:解题思路:注意事项:注意只有前五名才有奖学金参考代码:#include<stdio.h> struct student { int sno; int Chinese; …… 题解列表 2023年10月10日 0 点赞 0 评论 362 浏览 评分:0.0
[题目 2974: 统计字符数]C语言代码解决问题 摘要:#####代码搬运工 ```c int main(){ char a[1000]; int n; char flag; int max = 0; //…… 题解列表 2023年10月10日 0 点赞 0 评论 499 浏览 评分:9.9
铺地毯Java(不使用结构体,不使用二维数组) 摘要:解题思路:注意事项:参考代码://使用一维数组(数组长度是4*地毯个数)Scanner scanner = new Scanner(System.in);int n = scanner.nextInt…… 题解列表 2023年10月10日 0 点赞 0 评论 387 浏览 评分:8.0
C语言思路简单,易懂!!! 理解万岁 (谁的代码有我短,为了通过) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main (){ int n; while (scanf ("%d",&n)!=EOF){ prin…… 题解列表 2023年10月09日 0 点赞 0 评论 636 浏览 评分:9.9
C语言思路简单,易懂!!! 理解万岁 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main (){ int sum=0; int n,a[100],i=0,k=1,l=0; while (s…… 题解列表 2023年10月09日 1 点赞 0 评论 411 浏览 评分:0.0
C语言思路简单,易懂!!! 理解万岁 摘要:解题思路: p2 保持在p1前面 ,移动p2,进行操作注意事项:参考代码:#include <stdio.h>#include <stdlib.h>#define len sizeof(num)typ…… 题解列表 2023年10月09日 0 点赞 0 评论 377 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char str[14]; gets(str); str[strlen(st…… 题解列表 2023年10月09日 0 点赞 0 评论 557 浏览 评分:0.0
蛇形填数java 摘要:解题思路:注意事项:参考代码:package test;import java.util.*;public class Test1796 { public static void main(St…… 题解列表 2023年10月09日 0 点赞 0 评论 653 浏览 评分:9.9
计算星期几java 摘要:解题思路:注意事项:参考代码Scanner scanner = new Scanner(System.in);int a = scanner.nextInt();int b = scanner.nex…… 题解列表 2023年10月09日 0 点赞 0 评论 438 浏览 评分:9.9
成绩排序(用结构体来做) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> #include<string.h> struct student { char name[20]; int…… 题解列表 2023年10月09日 0 点赞 0 评论 493 浏览 评分:0.0