upd: ready to fix reverse *

This commit is contained in:
2023-10-31 13:41:53 +08:00
parent f72f369b2a
commit ddf108aa3e
4 changed files with 22 additions and 22 deletions

View File

@ -39,7 +39,7 @@ root= 6
const static __int128_t kNTTMod = 180143985094819841ll;
const static __int128_t kNTTRoot = 6;
const static int kNTTBlockNum = 4;
const static int kNTTBlcokBase = 10000;
const static int kNTTBlockBase = 10000;
size_t buf_length = 0;
int *val = nullptr;