Problem | smurf |
---|---|
User | mth4z |
Submission Time | 2024-05-20 15:17:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
smurf.cpp: In function ‘int main()’:
smurf.cpp:36:27: error: expected ‘;’ before ‘}’ token
36 | cout << result[i] << " "};
| ^
| ;
smurf.cpp: At global scope:
smurf.cpp:40:1: error: expected declaration before ‘}’ token
40 | }
| ^