提交记录 27282


用户 题目 状态 得分 用时 内存 语言 代码长度
zhy24106130 1001c. 测测你的排序4 Accepted 100 8.025 s 786452 KB C++ 85 B
提交时间 评测时间
2024-10-28 15:05:45 2024-10-28 15:05:58
#include <algorithm>

void sort(unsigned *a, int n) {
	std::stable_sort(a, a + n);
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #18.025 s768 MB + 20 KBAcceptedScore: 100


Judge Duck Online | 评测鸭在线
Server Time: 2024-11-22 23:56:00 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠