Problem | moneychanger |
---|---|
User | PlayVoltz |
Submission Time | 2023-07-06 21:02:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
moneychanger.cpp: In function ‘int main()’:
moneychanger.cpp:14:9: error: ‘arr’ was not declared in this scope
14 | cc+=m/arr[i];
| ^~~
moneychanger.cpp:19:3: error: return-statement with no value, in function returning ‘int’ [-fpermissive]
19 | return;
| ^~~~~~