foo.c: In function 'main':
foo.c:5:12: error: stray '\342' in program
printf(“\"enjoy yourself\"\n”);
^
foo.c:5:13: error: stray '\200' in program
printf(“\"enjoy yourself\"\n”);
^
foo.c:5:14: error: stray '\234' in program
printf(“\"enjoy yourself\"\n”);
^
foo.c:5:15: error: stray '\' in program
printf(“\"enjoy yourself\"\n”);
^
foo.c:5:16: warning: missing terminating " character
printf(“\"enjoy yourself\"\n”);
^
foo.c:5:16: error: missing terminating " character
printf(“\"enjoy yourself\"\n”);
^~~~~~~~~~~~~~~~~~~~~~~~
foo.c:6:2: error: expected expression before 'return'
return 0;
^~~~~~
foo.c:7:1: error: expected ';' before '}' token
}
^
[Hydro](https://hydro.ac)提供评测服务