Run ID:98605
提交时间:2024-11-23 11:50:04
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c;cin>>a>>b>>c; a=c; b=a; a=b; return 0; }