题解 2916: 谁考了第k名

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

c语言代码解决问题

摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <string.h>#define maxsize 100typedef struct{    double sco……

谁考了第k名

摘要:解题思路:注意事项:参考代码:n,k=map(int,input().split())s=[]for i in range(n):    a=tuple(map(eval,input().split(……

谁考了第K名

摘要:解题思路:注意事项:参考代码:public class Main {     public static void main(String[] args) {         Scanner sc =……

容易看懂c语言

摘要:解题思路:两个数据有联系,用结构体 ,用冒泡法排序注意事项:交换的中间变量要为相同的结构体类型参考代码:#include<stdio.h>#include<string.h>typedef struc……