Problem hypeboy
User maximushartanto
Submission Time 2025-12-22 14:00:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hypeboy.cpp: In function ‘int main()’:
hypeboy.cpp:18:21: error: ‘__countl_zero’ was not declared in this scope
18 | int bmax = 64 - __countl_zero(m); // normal popcount does not work on ll. -_-
| ^~~~~~~~~~~~~