Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
122739 林麒瑞 变量值的交换 C++ Accepted 100 0 MS 240 KB 126 2024-01-22 16:38:05

Tests(4/4):


#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<b<<" "<<a<<endl; return 0; }


Judgement Protocol: