一只猫在网上流浪时候落下的笔记本,欢迎讨论

  1. #include <iostream>
  2. using namespace std;
  3. void main()
  4. {
  5.     cout<<"hello world"<<endl;
  6. }