11.91比赛专用文章
long long float double string void signed break case continue default do while else
if bits/stdc++.h true false for new operator sizeof struct switch printf() scanf() size()
#include<iostream> using namespace std;int main() { int a,b,t; cin>>a>>b; t=a; a=b; b=t;
cout<<"a="<<a<<"b="<<b;}