提交记录 30829
| 提交时间 |
评测时间 |
| 2026-08-13 00:26:26 |
2026-08-13 00:26:38 |
#include <pthread.h>
static void *worker(void *argument) { return argument; }
void sort(unsigned *a, int n) {
pthread_t thread;
pthread_create(&thread, 0, worker, a);
pthread_join(thread, 0);
(void)n;
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 3 s | 408 KB | Time Limit Exceeded | Score: 0 | 显示更多 |
| Testcase #2 | 3 s | 381 MB + 496 KB | Time Limit Exceeded | Score: 0 | 显示更多 |
| Testcase #3 | 3 s | 762 MB + 980 KB | Time Limit Exceeded | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-09-12 11:38:34 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠