sphinx.cpp: In function 'std::vector<int> find_colours(int, std::vector<int>, std::vector<int>)':
sphinx.cpp:30:35: error: could not convert 'array' from 'vector<long long int>' to 'vector<int>'
30 | ll c = perform_experiment(array);
| ^~~~~
| |
| vector<long long int>
sphinx.cpp:36:36: error: could not convert 'array' from 'vector<long long int>' to 'vector<int>'
36 | d = perform_experiment(array);
| ^~~~~
| |
| vector<long long int>
sphinx.cpp:42:12: error: could not convert 'colors' from 'vector<long long int>' to 'vector<int>'
42 | return colors;
| ^~~~~~
| |
| vector<long long int>