谁考了第k名(C语言) 摘要:解题思路:注意事项:成绩交换后学号也需要交换参考代码:#include<stdio.h>int main(){ int n,k,a[101]; float score[101]; s…… 题解列表 2023年11月27日 0 点赞 0 评论 93 浏览 评分:0.0
~~【Java】版本~~<Lambada>写法 摘要:解题思路:注意事项:参考代码:import java.util.*; public class Main { public static void main(String[] arg…… 题解列表 2024年02月21日 0 点赞 0 评论 59 浏览 评分:0.0
谁考了第k名C解 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,k,j,m; scanf("%d %d",&n,&k); int a[n+1],i…… 题解列表 2024年02月26日 1 点赞 0 评论 139 浏览 评分:0.0
无聊的星期六 摘要:#include<stdio.h> #include<stdlib.h> #include<string.h> typedef struct{ long name; float che…… 题解列表 2024年05月25日 0 点赞 0 评论 101 浏览 评分:0.0
不用sorted函数两层for 循环处理的 摘要:解题思路:先输入各种要求的值,之后利用冒泡排序得到元素的升序列表注意事项:参考代码:number,shu=map(int,input().split())lit=[]for i in range(nu…… 题解列表 2024年07月01日 0 点赞 1 评论 113 浏览 评分:9.9
用VS来写结构体数组并排序 摘要:解题思路:注意事项:参考代码:#define _CRT_SECURE_NO_WARNINGS#include <stdio.h>#include <malloc.h>struct _node{ int…… 题解列表 2024年07月11日 0 点赞 0 评论 139 浏览 评分:0.0
谁考了第k名 C++ 摘要:```cpp #include using namespace std; // 定义学生结构体 struct Student { int id; // 学号 …… 题解列表 2024年12月28日 0 点赞 0 评论 53 浏览 评分:0.0