#34526: tgfhj


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

學校 : 臺北市私立延平高級中學
編號 : 197092
來源 : [203.72.178.2]
最後登入時間 :
2022-07-11 13:29:49
d483. hello, world -- Wikipedia | From: [203.72.178.1] | 發表日期 : 2023-03-27 14:49

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

int main()
{
    int a,b,temp;
    cout << "請輸入兩個整數";
    cin >>a >>b ;
    temp=a;
    a=b;
    b=temp;
    cout <<"兩數交換後 a =" << a <<"\tb=" <<b<< endl

 
ZeroJudge Forum