Problem | binarycoins |
---|---|
User | joshua |
Submission Time | 2025-10-11 20:45:52 |
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: ‘N’ was not declared in this scope
11 | if(N%2>0){
| ^
binarycoins.cpp:14:6: error: ‘N’ was not declared in this scope
14 | N/=2;
| ^