Problem sphinx
User bribritt
Submission Time 2024-12-17 22:15:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sphinx.cpp: In function ‘std::vector<int> find_colours(int, std::vector<int>, std::vector<int>)’:
sphinx.cpp:29:4: error: ‘eturn’ was not declared in this scope; did you mean ‘extern’?
29 | eturn G;
| ^~~~~
| extern
sphinx.cpp:83:4: error: ‘G’ was not declared in this scope
83 | G[i]=l;
| ^
sphinx.cpp:85:10: error: ‘G’ was not declared in this scope
85 | return G;
| ^