summaryrefslogtreecommitdiff
path: root/content/math/recover.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'content/math/recover.cpp')
-rw-r--r--content/math/recover.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/math/recover.cpp b/content/math/recover.cpp
index 1a593f0..a4c22aa 100644
--- a/content/math/recover.cpp
+++ b/content/math/recover.cpp
@@ -1,4 +1,4 @@
-ll sq(ll x) {return x*x;}
+ll sq(ll x) { return x*x; }
array<ll, 2> recover(ll c, ll m) {
array<ll, 2> u = {m, 0}, v = {c, 1};