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

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: