Problem binarycoins
User CastyLoz17
Submission Time 2024-06-23 18:59:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp:1:6: error: expected constructor, destructor, or type conversion before ‘(’ token
1 | print('{0:064b}'.format(int(input())).count('1'))
| ^