Problem binarycoins
User fanyinuo2021
Submission Time 2023-02-18 18:41:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:10:5: error: ‘Bitset’ was not declared in this scope; did you mean ‘sigset’?
10 | Bitset<64> bits(n);
| ^~~~~~
| sigset
binarycoins.cpp:10:16: error: ‘bits’ was not declared in this scope
10 | Bitset<64> bits(n);
| ^~~~