Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
60337 wangwei 交换变量 C++ Accepted 0 MS 240 KB 158 2025-01-19 15:42:30

Tests(1/1):


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


Judgement Protocol: