提交记录 28389


用户 题目 状态 得分 用时 内存 语言 代码长度
lnw143 1002. 测测你的多项式乘法 Wrong Answer 0 7.53 us 12 KB C++14 157 B
提交时间 评测时间
2025-08-05 21:52:05 2025-08-05 21:52:07
#include <math.h>

void poly_multiply(unsigned *a, int n, unsigned *b, int m, unsigned *c)
{
	c[0] = sin(a[0]) * 998244353;
	c[1] = cos(b[0]) * 104857601;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #17.53 us12 KBWrong AnswerScore: 0


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