| Problem | moneychanger |
|---|---|
| User | Halud |
| Submission Time | 2025-01-27 15:46:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
moneychanger.cpp: In function ‘int main()’:
moneychanger.cpp:17:8: error: ‘v’ was not declared in this scope
17 | sort(v.begin(), v.end(), greater<>());
| ^