提交记录 2330


用户 题目 状态 得分 用时 内存 语言 代码长度
wys 1002. 测测你的多项式乘法 Compile Error 0 0 ns 0 KB C++ 194 B
提交时间 评测时间
2018-06-25 00:26:17 2020-07-31 21:01:26
#include <math.h>

#ifdef __cplusplus
extern "C"
#endif
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 ErrorScore: N/A


Judge Duck Online | 评测鸭在线
Server Time: 2026-04-20 19:06:45 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠