| Problem | change |
|---|---|
| User | huangchengcheng |
| Submission Time | 2026-05-11 21:12:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
change.cpp: In function ‘int main()’:
change.cpp:81:20: error: ‘best_coins’ was not declared in this scope; did you mean ‘best_ten’?
81 | if(total_coins<best_coins){
| ^~~~~~~~~~
| best_ten
change.cpp:99:8: error: ‘best_coins’ was not declared in this scope; did you mean ‘best_ten’?
99 | if(best_coins==LLONG_MAX){ //this means never reach the if condition in for loop
| ^~~~~~~~~~
| best_ten