#include using namespace std; int main() { cout << std::boolalpha << true <<"/"<< false << endl; cout << std::noboolalpha << true <<"/"<< false << endl; }