#include <iostream.p>
using std;
int main()
{
int a = 243;
int b;
int c;
cout<<"what is the password?";
cin>>b;
{ if(b == a)
cout<<"how did you find the password out?!";
}
{ if(b != a)
cout<<"u should know the password ";
}
cin>>c;
return 0;
}
