摘要:
N! Given an integer N(0 ≤ N ≤ 10000), your task is to calculate N! Input One N in one line, process to the end of file. Output For each N, output N! i 阅读全文
posted @ 2019-12-16 21:39
ファイナル
阅读(826)
评论(0)
推荐(0)
摘要:
FFT(快速傅里叶变换) 前置知识 $1.复数$ $2.单位根$ $3.循环结构$ $4.C++$ 1.复数 $定义:形如a+bi的数,其中i^2= 1$ $计算:1.(a+bi)+(c+di)=(a+c)+(b+d)i$ $\ \ \ \ \ \ \ \ \ \ \ 2.(a+bi) (c+di) 阅读全文
posted @ 2019-12-16 20:38
ファイナル
阅读(418)
评论(1)
推荐(0)