#include using namespace std;int main(){ bool outcome; outcome = false; if(outcome) cout << "true"; else cout << "false"; return 0;}