Problem binarycoins
User Cat
Submission Time 2025-04-28 16:23:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:8:38: error: expected ‘;’ at end of input
8 | std::cout << __builtin_popcountll(n)
| ~^
| ;
binarycoins.cpp:8:37: error: expected ‘}’ at end of input
8 | std::cout << __builtin_popcountll(n)
| ^
binarycoins.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^