| Problem | duckhunt36 |
|---|---|
| User | usernamehere |
| Submission Time | 2026-01-11 12:51:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt36.cpp: In function ‘int main()’:
duckhunt36.cpp:58:39: error: the value of ‘stsize’ is not usable in a constant expression
58 | bitset<(const ll)(stsize[curr])> b;
| ^
duckhunt36.cpp:21:4: note: ‘stsize’ was not declared ‘constexpr’
21 | ll stsize[maxn];
| ^~~~~~
duckhunt36.cpp:58:40: error: the value of ‘stsize’ is not usable in a constant expression
58 | bitset<(const ll)(stsize[curr])> b;
| ^
duckhunt36.cpp:21:4: note: ‘stsize’ was not declared ‘constexpr’
21 | ll stsize[maxn];
| ^~~~~~
duckhunt36.cpp:58:16: note: in template argument for type ‘long unsigned int’
58 | bitset<(const ll)(stsize[curr])> b;
| ^~~~~~~~~~~~~~~~~~~~~~~~
duckhunt36.cpp:60:12: error: invalid types ‘int[int]’ for array subscript
60 | b[0] = 1;
|