提交记录 32337


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_260814 1001a. 测测你的排序2 Wrong Answer 0 5.74 us 8 KB C++ 206 B
提交时间 评测时间
2026-08-14 10:42:43 2026-08-14 10:43:57
#include <stdarg.h>
void sort(unsigned *a, int n) { (void)a; (void)n; }
// no-op scanf to measure how much time the tasklib's scanf takes
extern "C" int scanf(const char *fmt, ...) { (void)fmt; return 0; }

CompilationN/AN/ACompile OKScore: N/A

Testcase #15.74 us8 KBWrong AnswerScore: 0


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