#include "alea.h" int alea(int m) { return rand() % (m + 1); }