| Problem | binarycoins |
|---|---|
| User | KYKY027 |
| Submission Time | 2026-03-07 10:24:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:9:26: error: ‘class std::bitset<64>’ has no member named ‘begin’
9 | for(auto it = binaryRep.begin(); it != binaryRep.end(); it++){
| ^~~~~
binarycoins.cpp:9:51: error: ‘class std::bitset<64>’ has no member named ‘end’
9 | for(auto it = binaryRep.begin(); it != binaryRep.end(); it++){
| ^~~
binarycoins.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
binarycoins.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^