Problem | moneychanger |
---|---|
User | weccs |
Submission Time | 2025-06-16 17:27:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
moneychanger.cpp: In function ‘int main()’:
moneychanger.cpp:18:16: error: expected ‘;’ before ‘long’
18 | sort(a,a+n)
| ^
| ;
moneychanger.cpp:22:9: error: ‘sum’ was not declared in this scope
22 | sum += v/a[i];
| ^~~
moneychanger.cpp:30:17: error: ‘sum’ was not declared in this scope
30 | cout << sum;
| ^~~