We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vector<modint998244353> a(0), b(1_000_000); atcoder::convolution(a, b); // it consumes long time!
We shouldn't run copy-constructor when convolution(empty, long_array) is called
The text was updated successfully, but these errors were encountered:
#95: fix convolution
04af374
Merge pull request #96 from atcoder/patch/issue95
752830c
No branches or pull requests
We shouldn't run copy-constructor when convolution(empty, long_array) is called
The text was updated successfully, but these errors were encountered: