Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
122751 王梓荀 变量值的交换 C++ Accepted 100 0 MS 232 KB 114 2024-01-22 16:39:33

Tests(4/4):


#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; cout<<b<<" "<<a; return 0; }


Judgement Protocol: