| Problem | moneychanger |
|---|---|
| User | Water |
| Submission Time | 2024-02-18 21:10:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
moneychanger.cpp: In function ‘int main()’:
moneychanger.cpp:14:17: error: ‘coins’ was not declared in this scope; did you mean ‘coin’?
14 | for (auto c : coins){
| ^~~~~
| coin