Problem | binarycoins |
---|---|
User | cobnet |
Submission Time | 2024-08-07 17:25:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:11:36: error: cannot convert ‘std::__cxx11::basic_string<char>’ to ‘int’ in assignment
11 | beepbeep = bitset<64>(B).to_string();
| ~~~~~~~~~~~~~~~~~~~~~~~^~
| |
| std::__cxx11::basic_string<char>