提交记录 11290


用户 题目 状态 得分 用时 内存 语言 代码长度
pipi 1001a. 测测你的排序2 Accepted 100 610.02 us 80 KB C++ 100 B
提交时间 评测时间
2019-11-13 16:46:54 2020-08-01 02:41:32
#include <algorithm>
using namespace std;
void sort(unsigned *a, int n) {
	stable_sort(a, a + n);
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #1610.02 us80 KBAcceptedScore: 100


Judge Duck Online | 评测鸭在线
Server Time: 2026-03-28 01:49:43 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠