#include //for std, cout, << #include //for EXIT_SUCCESS using namespace std; //Lyrics by Yip Harburg. //This time, without the newline (\n) characters. int main() { cout << "Once I built a railroad,"; << "Made it run:"; << "Made it race against time."; return EXIT_SUCCESS; }