diff options
Diffstat (limited to 'math/matrixPower.cpp')
| -rw-r--r-- | math/matrixPower.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/matrixPower.cpp b/math/matrixPower.cpp index d3c1b63..05e29f6 100644 --- a/math/matrixPower.cpp +++ b/math/matrixPower.cpp @@ -13,4 +13,4 @@ ll calc(int x, int y, ll b) { b /= 2; } return v[y]; -}
\ No newline at end of file +} |
