Skip to content

Commit 20e4747

Browse files
Change location of "use", add some newline
1 parent 7bf928b commit 20e4747

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/internal_math.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
use std::mem::swap;
2+
13
mod atcoder {
4+
25
mod internal {
3-
use std::mem::swap;
46

57
/// # Arguments
68
/// * `m` `1 <= m`
@@ -214,6 +216,9 @@ mod atcoder {
214216
}
215217
g += 1;
216218
}
219+
220+
// omitted
221+
// template <int m> constexpr int primitive_root = primitive_root_constexpr(m);
217222
}
218223
}
219224
}

0 commit comments

Comments
 (0)