update fix linker 't' error
This commit is contained in:
parent
cbb549f75f
commit
4e5fbbf126
@ -3,7 +3,7 @@
|
||||
|
||||
using ull = unsigned long long;
|
||||
|
||||
static constexpr size_t max_n {(size_t)2e3+5};
|
||||
static const size_t max_n {(size_t)2e3+5};
|
||||
static ull k, c[max_n][max_n], prefix[max_n][max_n], t, n, m;
|
||||
|
||||
static void init(){
|
||||
|
Loading…
Reference in New Issue
Block a user