Problem | binarycoins |
---|---|
User | Halud |
Submission Time | 2025-01-31 00:33:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:12:21: error: ‘b’ was not declared in this scope
12 | if(domination > b){
| ^
binarycoins.cpp:19:22: error: ‘b’ was not declared in this scope
19 | if(domination <= b){ domination *= 2;}
| ^