Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
123026 11 变量值的交换 C++ Compile Error 0 0 MS 0 KB 128 2024-01-22 17:07:48

Tests(0/0):


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


Judgement Protocol: