Problem | binarycoins |
---|---|
User | Halud |
Submission Time | 2025-01-31 00:32:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:11:9: error: ‘b’ was not declared in this scope
11 | while(b > 0){
| ^
binarycoins.cpp:12:8: error: ‘denomination’ was not declared in this scope; did you mean ‘domination’?
12 | if(denomination > b){
| ^~~~~~~~~~~~
| domination
binarycoins.cpp:17:8: error: ‘denomination’ was not declared in this scope; did you mean ‘domination’?
17 | if(denomination == 0) break;
| ^~~~~~~~~~~~
| domination
binarycoins.cpp:19:8: error: ‘denomination’ was not declared in this scope; did you mean ‘domination’?
19 | if(denomination <= b){ denomination *= 2;}
| ^~~~~~~~~~~~
| domination