Problem | binarycoins |
---|---|
User | kaien |
Submission Time | 2024-10-05 13:43:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binarycoins.cpp:1:6: error: expected constructor, destructor, or type conversion before ‘(’ token
1 | print(f"{int(input()):b}".count("1"))
| ^