| Problem | binarycoins |
|---|---|
| User | xuankhanh |
| Submission Time | 2025-11-23 15:52:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarycoins.cpp:7:13: error: expected initializer before ‘solve’
7 | unsigned ll solve(unsigned ll amt)
| ^~~~~
binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:19:14: error: expected initializer before ‘amt’
19 | unsigned ll amt;
| ^~~
binarycoins.cpp:20:7: error: ‘amt’ was not declared in this scope
20 | cin>>amt;
| ^~~
binarycoins.cpp:21:8: error: ‘solve’ was not declared in this scope
21 | cout<<solve(amt);
| ^~~~~