Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
145766 why 高精度加法 C++ Compile Error 0 0 MS 0 KB 77 2024-05-05 17:05:59

Tests(0/0):


for (int q=1;q<=n;q++){ if (a[q]>a[q+1]){ swap(a[q],a[q+1]); } }


Judgement Protocol: