Problem | binarycoins |
---|---|
User | Scissors264 |
Submission Time | 2024-09-27 14:09:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:5:5: error: expected initializer before ‘std’
5 | std::cin >> B;
| ^~~
binarycoins.cpp:9:12: error: ‘B’ was not declared in this scope
9 | while (B > 0) {
| ^