MCC


私信TA

用户名:dotcpp0652996

访问量:2068

签 名:

等  级
排  名 377
经  验 5164
参赛次数 0
文章发表 8
年  龄 0
在职情况 学生
学  校 GDUT
专  业

  自我简介:

TA的其他文章

//使用C++文件,提交要用C++
#include#include#define N 500
struct S {
	char sid[N];
	double score;
};
int main(void) {
	int n, k;
	scanf("%d%d", &n, &k);

	S* s = (S*)malloc(sizeof(S) * (n + 1));

	for (int i = 1; i = 1) {
			if (t > s[end].score) {
				s[end + 1] = s[end];
				end--;
			}
			else
				break;
		}
		s[end + 1] = stu;
	}

	printf("%s %g", s[k].sid, s[k].score);

	free(s);

	return 0;
}
 

0.0分

0 人评分

  评论区

  • «
  • »