萌新刚学OI,求神佬帮助

P3803 【模板】多项式乘法(FFT)

@[xhhkwy](/space/show?uid=96592) 学NTT吧qwq
by ニヒル @ 2019-03-18 14:07:09


@[ニヒル](/space/show?uid=185441) 我连fft都不会呢...
by xhhkwy @ 2019-03-18 14:07:46


@[xhhkwy](/space/show?uid=96592) NTT好写好查啊,而且学学迭代版的吧,递归过不去啊qwq
by ニヒル @ 2019-03-18 14:10:13


递归==gg
by star_city @ 2019-03-18 14:10:24


```python i=int(input()) print(int(input())*int(input())) ```
by xiaolou @ 2019-03-18 14:10:25


@[xiaolou](/space/show?uid=68675) 随便卡t
by star_city @ 2019-03-18 14:11:52


@[xiaolou](/space/show?uid=68675) 这题不是高精度乘法啊……
by ニヒル @ 2019-03-18 14:12:04


@[star_city](/space/show?uid=47421) 他好像把题搞错了……
by ニヒル @ 2019-03-18 14:12:39


@[ニヒル](/space/show?uid=185441) @[star_city](/space/show?uid=47421) 我自己查了下运行调用,大概是在栈空间开了一个特别大的数组导致re 然后我把数组开成10000但还是过不了样例,至于迭代和蝴蝶优化我晚点在学(现在要去上学) 希望大佬能帮我查下BUG(?)
by xhhkwy @ 2019-03-18 14:14:50


@[xhhkwy](/space/show?uid=96592) 不会递归QAQ
by star_city @ 2019-03-18 14:17:51


| 下一页