Codingame minimax exercise
Loading...
Searching...
No Matches
Public Attributes | List of all members
word_t Struct Reference

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.
 

Detailed Description

Structure pour stocker un mot et son score.

Member Data Documentation

◆ score

int word_t::score

Le score associé au mot.

◆ word

char word_t::word[13]

Le mot (chaîne de caractères)


The documentation for this struct was generated from the following file: