Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
307678 陈思陶 【C1-4】数据交换 C++ Accepted 100 5 MS 244 KB 138 2025-01-04 11:16:41

Tests(4/4):


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


Judgement Protocol: