Problem binarycoins
User akqxolotl
Submission Time 2024-04-08 08:17:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:7:11: error: ‘popcount’ was not declared in this scope
7 | cout<<popcount(n);
| ^~~~~~~~