



|
Only you can prevent forest fires
#include <forestfire.h>
bool itsMe;
itsMe = (whoAmI == PreventerOfFires);
{
if( itsMe )
cout << "Only you can prevent forest fires. Only you.";
else
cout << "You cannot prevent forest fires. Call Smokey!";
}
|
Ratings & Comments
This snippet has not yet been rated.
|
|
|


|