Run ID:93892
提交时间:2024-10-19 15:07:14
#include<bits/stdc++.h> using namespace std; int main(){ int a=3,b=5; int w; w=a; a=b; b=w; }