update fix linker 't' error

This commit is contained in:
Zengtudor 2024-10-08 19:49:31 +08:00
parent cbb549f75f
commit 4e5fbbf126

View File

@ -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(){