提交记录 40154


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_260814 1002. 测测你的多项式乘法 Wrong Answer 0 1.096 ms 7824 KB C++ 214 B
提交时间 评测时间
2026-08-17 21:02:19 2026-08-17 21:02:21
// Probe: measure tasklib IO floor (input parse + output write) with trivial poly_multiply
void poly_multiply(unsigned *a, int n, unsigned *b, int m, unsigned *c) {
    for (int i = 0; i <= n + m; i++) c[i] = 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #11.096 ms7 MB + 656 KBWrong AnswerScore: 0


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