Math C

#include 
#include 
int main()
{
   int number_to_guess = rand() % 100 + 1;
   printf("%d ",number_to_guess);
}