- Owner
- Coroian Sebastian
- Problem
- Snake
- Source
- 2.02KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp:41:2: error: stray '#' in program }#include <iostream> ^ prog.cpp:41:3: error: 'include' does not name a type }#include <iostream> ^ prog.cpp: In function 'int main()': prog.cpp:47:5: error: redefinition of 'int main()' int main() ^ prog.cpp:7:5: note: 'int main()' previously defined here int main() ^