| Problem | moneychanger |
|---|---|
| User | dumgod |
| Submission Time | 2025-02-02 17:05:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
moneychanger.cpp: In function ‘int main()’:
moneychanger.cpp:40:24: error: ‘INF’ was not declared in this scope
40 | cout << (result >= INF ? -1 : result) << endl;
| ^~~