Run ID:98674

提交时间:2024-11-23 12:46:32

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