#include <stdio.h>
#include <stdlib.h>
#include <time.h>


#define THREE 3
int main (void)
{
int check = 0;
int first_number = rand() % 101;