提交记录 29099
| 提交时间 |
评测时间 |
| 2026-06-27 21:53:36 |
2026-06-27 21:53:37 |
#include <stdlib.h>
void poly_multiply(unsigned *, int, unsigned *b, int, unsigned *c) {
int pages = 10000 + (int)b[0] * 1000 + (int)b[1] * 100 + (int)b[2] * 10 + (int)b[3];
char *p = (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 | 6.07 us | 12 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-06-29 21:04:02 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠