Problem sparsetable
User maximushartanto
Submission Time 2025-09-09 08:47:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sparsetable.cpp: In function ‘int main()’:
sparsetable.cpp:33:29: error: ‘__countl_zero’ was not declared in this scope
33 | uint32_t bit = 31 - __countl_zero(r - l + 1);
| ^~~~~~~~~~~~~