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
In now, we can compile the following code, but it is confusing.
using mint = modint998244353; mint x = 2.0; // static_modint(bool) is called assert(x == mint(1)); // because bool(2.0) -> true -> 1
The text was updated successfully, but these errors were encountered:
124715b
Merge pull request #79 from atcoder/patch/issue78
3cb39e9
fix #78: remove unnecessary constructors from static_modint / dynamic…
No branches or pull requests
In now, we can compile the following code, but it is confusing.
The text was updated successfully, but these errors were encountered: