|
Codingame minimax exercise
|
Structure pour stocker un mot et son score. More...
Public Attributes | |
| char | word [13] |
| Le mot (chaîne de caractères) | |
| int | score |
| Le score associé au mot. | |
Structure pour stocker un mot et son score.
| int word_t::score |
Le score associé au mot.
| char word_t::word[13] |
Le mot (chaîne de caractères)