提交记录 31317


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_260814 1001a. 测测你的排序2 Wrong Answer 0 6.38 us 8 KB C 349 B
提交时间 评测时间
2026-08-14 01:30:54 2026-08-14 01:30:58
// no-op sort + override libc functions to probe what's timed
#include <stdarg.h>
void sort(unsigned *a, int n) { (void)a; (void)n; }

// Override printf as no-op (to test if printf is in timed region)
int printf(const char *fmt, ...) { (void)fmt; return 0; }
int putchar(int c) { (void)c; return 0; }
int puts(const char *s) { (void)s; return 0; }

CompilationN/AN/ACompile OKScore: N/A

Testcase #16.38 us8 KBWrong AnswerScore: 0


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