This commit is contained in:
Matúš Púll 2024-11-02 17:22:31 +01:00
parent 8ab20c7022
commit 1d25ddc3bf

View file

@ -40,7 +40,7 @@ vector<int> validate(vector<int> sequence, vector<int> guess) {
} }
string format_response(vector<int> response) { string format_response(vector<int> response) {
return to_string(response[0]) + " somewhere / " + to_string(response[1]) + "on the right spot\n"; return to_string(response[0]) + " somewhere / " + to_string(response[1]) + " on the right spot\n";
} }
string format_guess(vector<int> guess) { string format_guess(vector<int> guess) {
string r = ""; string r = "";