Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit569e6ea

Browse files
committed
use int as the default storage type for dynamic_modint
1 parentddc6652 commit569e6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cp-algo/number_theory/modint.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ namespace cp_algo::math {
111111
autogetr()const {return Base::r;}
112112
};
113113

114-
template<typename Int =int64_t>
114+
template<typename Int =int>
115115
structdynamic_modint: modint_base<dynamic_modint<Int>, Int> {
116116
using Base = modint_base<dynamic_modint<Int>, Int>;
117117
using Base::Base;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp