Problem smurf
User ATHY
Submission Time 2024-06-11 11:08:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp:26:5: error: redefinition of ‘int main()’
26 | int main() {
| ^~~~
smurf.cpp:4:5: note: ‘int main()’ previously defined here
4 | int main() {
| ^~~~
smurf.cpp: In function ‘int main()’:
smurf.cpp:36:24: error: ‘vec’ was not declared in this scope
36 | for (int num : vec) {
| ^~~