Problem | moneychanger |
---|---|
User | ultbiaslia |
Submission Time | 2023-11-10 11:16:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
moneychanger.cpp: In function ‘int main()’:
moneychanger.cpp:32:13: error: expected ‘}’ at end of input
32 | return 0;
| ^
moneychanger.cpp:20:12: note: to match this ‘{’
20 | int main() {
| ^