Run ID:100155
提交时间:2024-12-05 20:15:01
#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ int m,s; cin>>m>>s; m=s s=m cout<<s<<m; return 0; }