Problem duckhunt36
User usernamehere
Submission Time 2026-01-11 12:50:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt36.cpp: In function ‘int main()’:
duckhunt36.cpp:58:37: 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:38: 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;
| ^