| Problem | moneychanger |
|---|---|
| User | chatdanai |
| Submission Time | 2026-02-19 12:26:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
moneychanger.cpp: In function ‘int main()’:
moneychanger.cpp:25:22: error: too many arguments to function ‘long long int money(long long int)’
25 | int idk=money(0,V);
| ^
moneychanger.cpp:8:5: note: declared here
8 | int money(int rem){
| ^~~~~