# 1 "first.cc" # 1 "/usr/local/lib/g++-include/iostream.h" 1 3 // About 900 lines of #include stuff omitted inline ios& oct(ios& i) { i.setf(ios::oct, ios::dec|ios::hex|ios::oct); return i; } # 1 "first.cc" 2 main() { cout << "The square of all the parts is " << 7 + 5 * 7 + 5 << '\n'; return (0); }