Run ID:126014
提交时间:2025-07-15 21:10:46
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; a=c; b=a; c=b; cout<<a<<b; return 0; }