Problem snakecode
User haydendoo
Submission Time 2023-01-11 09:08:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snakecode.cpp:28:12: error: stray ‘#’ in program
28 | return;#include <bits/stdc++.h>
| ^
snakecode.cpp: In function ‘void code(int, std::string*, int*)’:
snakecode.cpp:28:13: error: ‘include’ was not declared in this scope
28 | return;#include <bits/stdc++.h>
| ^~~~~~~
snakecode.cpp:28:22: error: ‘bits’ was not declared in this scope
28 | return;#include <bits/stdc++.h>
| ^~~~
snakecode.cpp:28:27: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
28 | return;#include <bits/stdc++.h>
| ^~~~
| std
In file included from snakecode.cpp:29:
snakecode.h:2:1: error: expected primary-expression before ‘using’
2 | using namespace std;
| ^~~~~
snakecode.cpp:35:36: error: a function-definition is not allowed here before ‘{’ token
35 | vo