Problem | bank |
---|---|
User | nothing |
Submission Time | 2023-10-14 17:47:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bank.cpp:5:27: error: ‘maxm’ was not declared in this scope
5 | const int maxmask = (1 << maxm) + 1;
| ^~~~
bank.cpp:24:15: error: size of array ‘dp’ is not an integral constant-expression
24 | bool dp[maxn][maxmask];
| ^~~~~~~
bank.cpp:25:18: error: size of array ‘ready’ is not an integral constant-expression
25 | bool ready[maxn][maxmask];
| ^~~~~~~