提交记录 31317
| 提交时间 |
评测时间 |
| 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; }
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 6.38 us | 8 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-09-12 09:23:24 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠