| Problem | moneychanger |
|---|---|
| User | Halud |
| Submission Time | 2025-01-27 15:48:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
moneychanger.cpp: In function ‘int main()’:
moneychanger.cpp:12:13: error: expected ‘;’ before ‘for’
12 | v.resize(N)
| ^
| ;
13 | for(int i = 0; i < N; i++){
| ~~~
moneychanger.cpp:13:18: error: ‘i’ was not declared in this scope
13 | for(int i = 0; i < N; i++){
| ^