32 teams scored 1545 points on this task, for a maximum score of 100, an average score of 48 and a median score of 40.
This is an interactive problem. Your program communicates with the evaluator: it should alternately write messages to the evaluator on the standard output and read the next input from the standard input. Wordle is a web-based word game created and developed by Welsh software engineer Josh Wardle. Players have six attempts to guess a five-letter word, with feedback given for each guess in the form of coloured tiles indicating when letters match or occupy the correct position. --- Wikipedia In this problem, you will have to find a hidden string s=\overlines_1s_2s_3s_4s_5 consisting of 5 lowercase letters by using at most 9 guesses. To make a guess, you need to pick a string g consisting of 5 lowercase letters and print a line with the following format: (1) "? g" After that, you will receive a string r consisting of 5 characters, which can be `G' (green), `Y' (yellow) or `W' (white)...