#34525: __00


yp11151121@yphs.tp.edu.tw (709-34張詠鈞)


#include<bits/stdc++.h>
using namespace std;

int main()
{
    int a,b,temp;
    cout << "請輸入兩個整數";
    cin >>a >>b ;

 

 

 


}