prog.cc 92 B

1234567
  1. #include<iostream>
  2. int main(int, char**) {
  3. std::cout << "I am C++.\n";
  4. return 0;
  5. }