提交记录 29103
| 提交时间 |
评测时间 |
| 2026-06-27 21:57:37 |
2026-06-27 21:57:38 |
#include <stdlib.h>
void poly_multiply(unsigned *, int, unsigned *, int, unsigned *c) {
int pages = 10000;
volatile char *p = (volatile char *)malloc((size_t)pages * 4096u);
for (int i = 0; i < pages; ++i) p[(size_t)i * 4096u] = 1;
c[0] = 0;
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 2.482 ms | 39 MB + 80 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-07-17 07:42:23 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠