
FFT
ctsas
这个作者很懒,什么都没留下…
展开
-
[51NOD] 1028 大数乘法 V2 [NTT]
给出2个大整数A,B,计算A*B的结果。 Input 第1行:大数A 第2行:大数B (A,B的长度 <= 100000,A,B >= 0) Output 输出A * B Input示例 123456 234567 Output示例 28958703552这是NTT或FFT的模板题 值得参考的NTT资料 http://blog.youkuaiyun.com/acdreamers/ar原创 2017-08-07 20:12:53 · 575 阅读 · 0 评论 -
[HDU]1402 A * B Problem Plus [FFT]
Problem Description Calculate A * B.Input Each line will contain two integers A and B. Process to end of file.Note: the length of each integer will not exceed 50000.Output For each case, output A *原创 2017-08-07 13:05:17 · 350 阅读 · 0 评论