C++的基本框架

#include<iostream>
using namespace std;

int main()
{
  cout << "xiao9di" << endl;
  return 0;
}