@ -15,9 +15,12 @@ int main()
cin >> guess;
while (guess != secret)
{
if (guess > secret) {
if (guess > secret)
cout << "Number too big ; ";
} else {
}
else
cout << "Number too small ; ";
gcount++;
The note is not visible to the blocked user.