回覆列表
  • 1 # 程

    #include<iostream.h>

    using namespace std

    void swap(int &x,int &y); //函式宣告

    {

    int a,b;

    cin>>a>>b;

    cout<<"交換前 a ="<<a<<"; 交換前b="<<b<<endl;

    swap(a,b);

    cout<<"交換後 a ="<<a<<"; 交換後b="<<b<<endl;

    }

    void swap(int &x,int &y) //函式實現,或子函式

    {

    int index;

    index=x;

    x=y;

    y=index;

    }

  • 中秋節和大豐收的關聯?
  • 空調開機一會就跳閘是什麼原因?