SWAP

tctm221 2023-12-17 9:22:38 14

swap(a,b);

{{ vote && vote.total.up }}

共 1 条回复

zhangxuanrui

#include <bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<b<<" "<<a; }