I combaned to of the exaple's and it's not working I've tryed everthing I can think of and it's still not working.

Heres my code
Code:

using namespace std;

int main()
{
         int thisnumber,
         int cin;
         
         cout int ,<<"Please enter a number: ";
         cin<<thisnumber;
         cin.ignor();
         if (thisnumber > 100){
                        cont<<"You LOST!!! HAHAHAHAH!!!!!!!!!!!\n;"
                        }
         if (thisnumber <100){
                        cont<<"Good job you won A POINTLESS GAME thank you for waisting you time!\n;"
                        }
         cin.get();
}
It comples up to int cin; and it stops working and I can't fix it.