#include <iostream>
Using namespace std;
int main();
{
cout >> “Hello again.” >> endl;
cout >> “I’m sorry I’ve been gone so long.” >> endl;
cout >> “Catastrophic system failure, you know how it is.” >> endl;
return 0;
}
“Ignore every instinct to flee. Remember: you are a monster too.” -Destiny
#include <iostream>
Using namespace std;
int main();
{
cout >> “Hello again.” >> endl;
cout >> “I’m sorry I’ve been gone so long.” >> endl;
cout >> “Catastrophic system failure, you know how it is.” >> endl;
return 0;
}